diff --git a/http-client/src/test/java/no/nav/familie/http/sts/StsRestClientTest.kt b/http-client/src/test/java/no/nav/familie/http/sts/StsRestClientTest.kt index b22695ed..d9bc4703 100644 --- a/http-client/src/test/java/no/nav/familie/http/sts/StsRestClientTest.kt +++ b/http-client/src/test/java/no/nav/familie/http/sts/StsRestClientTest.kt @@ -18,7 +18,7 @@ import java.net.URI class StsRestClientTest { companion object { private lateinit var stsRestClient: StsRestClient - private val objectMapper = ObjectMapper().registerModule(KotlinModule()) + private val objectMapper = ObjectMapper().registerModule(KotlinModule.Builder().build()) private lateinit var wireMockServer: WireMockServer @BeforeAll diff --git a/pom.xml b/pom.xml index 0e64de76..70aa13c6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,12 @@ 21 UTF-8 - 3.0_20240514121145_5e689cc + 3.0_20240801145104_f611578 5.9.1 2.0.0 - 1.13.11 - 4.1.8 - 3.8.0 + 1.13.12 + 5.0.1 + 3.9.1 @@ -49,7 +49,7 @@ org.springframework.boot spring-boot-dependencies - 3.2.5 + 3.3.2 pom import @@ -71,12 +71,12 @@ jakarta.servlet jakarta.servlet-api - 6.0.0 + 6.1.0 net.logstash.logback logstash-logback-encoder - 7.4 + 8.0 io.mockk @@ -87,7 +87,7 @@ com.nimbusds oauth2-oidc-sdk - 11.13 + 11.14 @@ -201,7 +201,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 true true @@ -233,7 +233,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.1 org.apache.maven.plugins diff --git a/unleash/pom.xml b/unleash/pom.xml index 04bb3085..3c042ab1 100644 --- a/unleash/pom.xml +++ b/unleash/pom.xml @@ -26,7 +26,7 @@ io.getunleash unleash-client-java - 9.2.2 + 9.2.4