diff --git a/handlebars-caffeine/pom.xml b/handlebars-caffeine/pom.xml index 119eb43e..8cf1e6e0 100644 --- a/handlebars-caffeine/pom.xml +++ b/handlebars-caffeine/pom.xml @@ -22,7 +22,7 @@ com.github.ben-manes.caffeine caffeine - 3.2.0 + 3.2.3 diff --git a/handlebars-guava-cache/pom.xml b/handlebars-guava-cache/pom.xml index a1a5e6f1..26fac716 100644 --- a/handlebars-guava-cache/pom.xml +++ b/handlebars-guava-cache/pom.xml @@ -23,7 +23,7 @@ com.google.guava guava - 33.4.6-jre + 33.6.0-jre @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 -Duser.language=en -Duser.country=US diff --git a/handlebars-helpers/pom.xml b/handlebars-helpers/pom.xml index 41af7bde..4c1b0d74 100644 --- a/handlebars-helpers/pom.xml +++ b/handlebars-helpers/pom.xml @@ -29,7 +29,7 @@ joda-time joda-time - 2.14.0 + 2.14.1 true diff --git a/handlebars-maven-plugin-tests/pom.xml b/handlebars-maven-plugin-tests/pom.xml index e611aed0..c82b49bd 100644 --- a/handlebars-maven-plugin-tests/pom.xml +++ b/handlebars-maven-plugin-tests/pom.xml @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-war-plugin - 3.4.0 + 3.5.1 diff --git a/handlebars-maven-plugin/pom.xml b/handlebars-maven-plugin/pom.xml index ab82eb5d..5b30d895 100644 --- a/handlebars-maven-plugin/pom.xml +++ b/handlebars-maven-plugin/pom.xml @@ -35,32 +35,32 @@ org.apache.maven maven-plugin-api - 3.9.9 + 3.9.14 org.apache.maven maven-core - 3.9.9 + 3.9.14 org.apache.maven.plugin-tools maven-plugin-annotations - 3.15.1 + 3.15.2 provided org.codehaus.plexus plexus-utils - 4.0.2 + 4.0.3 org.codehaus.plexus plexus-xml - 4.1.0 + 4.1.1 @@ -96,7 +96,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.15.1 + 3.15.2 true diff --git a/handlebars/pom.xml b/handlebars/pom.xml index d8245b6b..efaed5f9 100644 --- a/handlebars/pom.xml +++ b/handlebars/pom.xml @@ -18,7 +18,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.6.0 + 3.6.2 standalone @@ -65,7 +65,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.6.0 + 3.6.1 add-antlr-source @@ -118,7 +118,7 @@ org.apache.felix maven-bundle-plugin - 6.0.0 + 6.0.2 bundle-manifest @@ -200,7 +200,7 @@ org.junit.platform junit-platform-suite - 1.13.4 + 6.0.3 test @@ -225,7 +225,7 @@ commons-io commons-io - 2.18.0 + 2.21.0 test @@ -237,7 +237,7 @@ - 15.6 + 15.7 diff --git a/pom.xml b/pom.xml index 41df2f70..aae58be8 100644 --- a/pom.xml +++ b/pom.xml @@ -62,13 +62,13 @@ org.apache.commons commons-lang3 - 3.18.0 + 3.20.0 org.apache.commons commons-text - 1.14.0 + 1.15.0 @@ -109,7 +109,7 @@ ch.qos.logback logback-classic - 1.5.18 + 1.5.32 @@ -133,7 +133,7 @@ org.yaml snakeyaml - 2.4 + 2.6 @@ -164,19 +164,19 @@ maven-compiler-plugin - 3.14.0 + 3.15.0 maven-jar-plugin - 3.4.2 + 3.5.0 org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 com.github.jknack.handlebars.internal.* public @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 -Duser.language=en -Duser.country=US @@ -222,7 +222,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.46.1 + 3.4.0 true @@ -268,7 +268,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 false @@ -298,7 +298,7 @@ org.codehaus.mojo exec-maven-plugin - 3.5.1 + 3.6.3 initialize @@ -359,7 +359,7 @@ com.rudikershaw.gitbuildhook git-build-hook-maven-plugin - 3.5.0 + 3.6.0 ${pre-commit-hook} @@ -386,7 +386,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -401,7 +401,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.7 + 3.2.8 sign-artifacts @@ -459,7 +459,7 @@ org.moditect moditect-maven-plugin - 1.2.2.Final + 1.3.0.Final add-module-infos @@ -489,13 +489,13 @@ UTF-8 - 2.19.2 - 6.2.9 - 0.8.12 - 4.13.1 - 5.18.0 + 2.21.2 + 7.0.6 + 0.8.14 + 4.13.2 + 5.23.0 yyyy-MM-dd HH:mm:ssa - 3.1.0 + 3.2.0 ${maven.build.timestamp} 21 21 @@ -503,6 +503,6 @@ false src${file.separator}etc${file.separator}formatter.sh handlebars${file.separator}src${file.separator}test${file.separator}resources${file.separator}mustache - 5.13.4 + 6.0.3 diff --git a/tests/pom.xml b/tests/pom.xml index 287c53c3..34053b83 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -36,7 +36,7 @@ joda-time joda-time - 2.14.0 + 2.14.1 @@ -78,7 +78,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 -Duser.language=en -Duser.country=US