diff --git a/build.gradle b/build.gradle index 889c2e4..b142c4a 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,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.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' }