diff --git a/build.gradle b/build.gradle index 2bda46e..8427720 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion" testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion" - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }