diff --git a/pom.xml b/pom.xml index 00e212e..52fe6e5 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.9.3.2 + 4.9.8.2 Max Low @@ -83,7 +83,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.0 + 3.15.0 11 true @@ -99,7 +99,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.6.1 + 3.6.2 enforce-maven @@ -119,7 +119,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.3 + 3.5.5 @@ -151,7 +151,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -208,7 +208,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 none 1.8 @@ -225,7 +225,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -238,7 +238,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 prepare-agent @@ -285,7 +285,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.3 + 3.5.5 @@ -306,7 +306,7 @@ com.diffplug.spotless spotless-maven-plugin - 2.46.0 + 3.3.0 @@ -338,7 +338,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central @@ -356,7 +356,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -369,7 +369,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 attach-javadocs @@ -387,12 +387,12 @@ org.bouncycastle bcprov-jdk18on - 1.81 + 1.83 org.bouncycastle bcpkix-jdk18on - 1.81 + 1.83 @@ -413,7 +413,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central @@ -460,12 +460,12 @@ com.google.errorprone error_prone_core - 2.40.0 + 2.48.0 com.uber.nullaway nullaway - 0.12.7 + 0.13.1 @@ -478,12 +478,12 @@ com.nimbusds nimbus-jose-jwt - 10.4 + 10.8 com.nimbusds oauth2-oidc-sdk - 11.26 + 11.33 jakarta.annotation @@ -505,7 +505,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.5 + 5.6 com.fasterxml.jackson.core @@ -535,28 +535,28 @@ org.openapitools jackson-databind-nullable - 0.2.6 + 0.2.9 org.bouncycastle bcprov-jdk18on - 1.81 + 1.83 org.bouncycastle bcpkix-jdk18on - 1.81 + 1.83 org.junit.jupiter junit-jupiter-api - 5.13.4 + 6.0.3 test org.testcontainers testcontainers - 1.21.4 + 2.0.3 test @@ -568,7 +568,7 @@ io.github.classgraph classgraph - 4.8.181 + 4.8.184 test @@ -580,19 +580,19 @@ org.jetbrains.kotlin kotlin-stdlib - 2.1.10 + 2.3.10 test org.apache.commons commons-compress - 1.27.1 + 1.28.0 test com.google.errorprone error_prone_annotations - 2.40.0 + 2.48.0 provided