diff --git a/service/build.gradle b/service/build.gradle index 48cdf73..4f67c75 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -40,7 +40,7 @@ dependencies { // Test testImplementation "org.springframework.boot:spring-boot-starter-test" testImplementation "com.jayway.jsonpath:json-path:2.9.0" - testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.3" + testImplementation "org.junit.jupiter:junit-jupiter-params:5.11.4" testImplementation "com.github.tomakehurst:wiremock-standalone:3.0.1" testImplementation "org.assertj:assertj-core:3.27.2" testImplementation "org.testcontainers:testcontainers:1.20.4"