diff --git a/build.gradle b/build.gradle index 835dbd5..602a240 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:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }