diff --git a/sample-apps/jaxrs-json/build.gradle b/sample-apps/jaxrs-json/build.gradle index c318f4b2..6cc99187 100644 --- a/sample-apps/jaxrs-json/build.gradle +++ b/sample-apps/jaxrs-json/build.gradle @@ -9,7 +9,7 @@ dependencies { testImplementation project(':microshed-testing-testcontainers') testImplementation 'org.slf4j:slf4j-log4j12:2.0.16' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' } war.archiveFileName.set 'myservice.war'