diff --git a/sample-apps/jaxrs-json/build.gradle b/sample-apps/jaxrs-json/build.gradle index a367bb75..276eb5ea 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.3' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' } war.archiveFileName.set 'myservice.war'