diff --git a/build.gradle b/build.gradle index 9bd701f..53e31d8 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion" 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.3' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }