From 291971dcab45518a60f60f26f4a9a0ca62c4591d Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 4 Nov 2022 16:04:07 +0100 Subject: [PATCH] [misc] bump POM dependencies JVM config is needed for https://github.com/spotify/fmt-maven-plugin/issues/99 / https://github.com/google/google-java-format/issues/787 --- .mvn/jvm.config | 1 + pom.xml | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 .mvn/jvm.config diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 000000000..e2a50e083 --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \ No newline at end of file diff --git a/pom.xml b/pom.xml index 20510a3f6..d1a859f5b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,11 +20,11 @@ 6.0.0 5.0.0 UTF-8 - 1.3.0-alpha12 - 0.8.7 + 1.4.4 + 0.8.8 3.2.0 - 8.0.30 - 6.2.0 + 8.0.31 + 6.3.1 @@ -79,7 +79,7 @@ software.amazon.awssdk bom - 2.17.24 + 2.18.10 pom import @@ -98,7 +98,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.10.1 true @@ -152,7 +152,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.4.1 1.8 @@ -172,7 +172,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 @@ -203,7 +203,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 true @@ -221,7 +221,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 verify @@ -235,7 +235,7 @@ com.coveo fmt-maven-plugin - 2.9.1 + 2.13 @@ -248,7 +248,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + 3.0.0-M7 @@ -301,7 +301,7 @@ org.slf4j slf4j-api - 2.0.0-alpha5 + 2.0.3 true