diff --git a/.build-jdk8 b/.build-jdk8 deleted file mode 100644 index e69de29bb..000000000 diff --git a/pom.xml b/pom.xml index e87fc7a5d..39bdf436a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,47 +1,54 @@ + 4.0.0 com.hubspot basepom - 18.3 + 25.4 com.hubspot.jinjava jinjava 2.5.1-SNAPSHOT Jinja templating engine implemented in Java - https://github.com/HubSpot/jinjava - - - scm:git:git@github.com:HubSpot/jinjava.git - scm:git:git@github.com:HubSpot/jinjava.git - git@github.com:HubSpot/jinjava.git - HEAD - - - - - jaredstehler - Jared Stehler - - - boulter - Jeff Boulter - - - 1.8 - 3.24.1-GA - 2.23.4 - 2.6 - 3.0.5 0.8.3 + + + + org.jsoup + jsoup + 1.10.3 + + + de.odysseus.juel + juel-api + 2.2.7 + + + de.odysseus.juel + juel-impl + 2.2.7 + + + com.google.re2j + re2j + 1.2 + + + ch.obermuhlner + big-math + 2.0.0 + + + + org.slf4j @@ -119,36 +126,6 @@ - - - - org.jsoup - jsoup - 1.10.3 - - - de.odysseus.juel - juel-api - 2.2.7 - - - de.odysseus.juel - juel-impl - 2.2.7 - - - com.google.re2j - re2j - 1.2 - - - ch.obermuhlner - big-math - 2.0.0 - - - - @@ -162,10 +139,10 @@ report - test report + test @@ -176,10 +153,10 @@ - package shade + package true false @@ -203,29 +180,26 @@ - - org.basepom.maven - duplicate-finder-maven-plugin - - - - - - net.bytebuddy - byte-buddy - 1.9.3 - - - net.bytebuddy - byte-buddy-agent - 1.9.3 - - - - - - - + https://github.com/HubSpot/jinjava + + + + jaredstehler + Jared Stehler + + + boulter + Jeff Boulter + + + + + scm:git:git@github.com:HubSpot/jinjava.git + scm:git:git@github.com:HubSpot/jinjava.git + git@github.com:HubSpot/jinjava.git + HEAD + + diff --git a/src/test/java/com/hubspot/jinjava/objects/date/StrftimeFormatterTest.java b/src/test/java/com/hubspot/jinjava/objects/date/StrftimeFormatterTest.java index 9908bfe5a..6ad664d2a 100644 --- a/src/test/java/com/hubspot/jinjava/objects/date/StrftimeFormatterTest.java +++ b/src/test/java/com/hubspot/jinjava/objects/date/StrftimeFormatterTest.java @@ -94,6 +94,6 @@ public void itConvertsNominativeFormats() { ZonedDateTime zonedDateTime = ZonedDateTime.parse("2019-06-06T14:22:00.000+00:00"); assertThat(StrftimeFormatter.formatter("%OB").withLocale(Locale.forLanguageTag("ru")).format(zonedDateTime)) - .isEqualTo("Июнь"); + .isIn("Июнь", "июнь"); } }