We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f37ae + fabff8f commit 2f9a1b1Copy full SHA for 2f9a1b1
1 file changed
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
testImplementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
53
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
54
testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
55
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
56
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
57
58
}
0 commit comments