diff --git a/.sdkmanrc b/.sdkmanrc index 059ded62..5e5aa57e 100644 --- a/.sdkmanrc +++ b/.sdkmanrc @@ -1,4 +1,4 @@ # Enable auto-env through the sdkman_auto_env config # Add key=value pairs of SDKs to use below java=21.0.8-tem -maven=3.9.11 +maven=3.9.14 diff --git a/pom.xml b/pom.xml index 62e81898..db8c7c60 100644 --- a/pom.xml +++ b/pom.xml @@ -92,10 +92,11 @@ rest-assured 6.0.0 + com.fasterxml.jackson.core jackson-databind - 2.20.1 + 2.21.2 @@ -104,11 +105,6 @@ commons-lang3 3.20.0 - - com.fasterxml.jackson.core - jackson-annotations - 3.0-rc5 -