We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b21443 + f9694ea commit 1f05705Copy full SHA for 1f05705
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:6.0.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
56
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
57
58
}
0 commit comments