diff --git a/pom.xml b/pom.xml index 6ec02e9..5f7aeef 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.5 + 3.1.3 @@ -29,9 +29,9 @@ false - 1.8.20 - 1.18.0 - 4.7.0 + 1.9.10 + 1.19.0 + 4.9.0 @@ -82,7 +82,7 @@ org.jetbrains.kotlinx kotlinx-coroutines-core - 1.6.4 + 1.7.3 com.fasterxml.jackson.module @@ -92,7 +92,7 @@ net.logstash.logback logstash-logback-encoder - 7.3 + 7.4 @@ -122,13 +122,13 @@ org.mockito.kotlin mockito-kotlin - 4.1.0 + 5.1.0 test - com.github.tomakehurst + org.wiremock wiremock - 3.0.0-beta-7 + 3.0.2 test @@ -182,7 +182,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.4.0 add-source @@ -230,7 +230,7 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + 0.8.10 before-unit-test-execution @@ -288,7 +288,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0 + 3.1.2 false ${surefire.jacoco.args} @@ -302,7 +302,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0 + 3.1.2 ${failsafe.jacoco.args} contract