diff --git a/pom.xml b/pom.xml index 9eab9bf..1abb6aa 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.4.0 @@ -339,7 +339,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central @@ -357,7 +357,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.4.0 attach-sources @@ -370,7 +370,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.11.2 + 3.12.0 attach-javadocs @@ -388,12 +388,12 @@ org.bouncycastle bcprov-jdk18on - 1.81 + 1.83 org.bouncycastle bcpkix-jdk18on - 1.81 + 1.83 @@ -414,7 +414,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.8.0 + 0.10.0 true central @@ -461,12 +461,12 @@ com.google.errorprone error_prone_core - 2.40.0 + 2.48.0 com.uber.nullaway nullaway - 0.12.7 + 0.13.1 @@ -479,12 +479,12 @@ com.nimbusds nimbus-jose-jwt - 10.4 + 10.8 com.nimbusds oauth2-oidc-sdk - 11.26 + 11.34 jakarta.annotation @@ -506,7 +506,7 @@ org.apache.httpcomponents.client5 httpclient5 - 5.5 + 5.6 com.fasterxml.jackson.core @@ -536,28 +536,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.4 test @@ -569,7 +569,7 @@ io.github.classgraph classgraph - 4.8.181 + 4.8.184 test @@ -581,19 +581,19 @@ org.jetbrains.kotlin kotlin-stdlib - 2.1.10 + 2.3.20 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