We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29462fb + 29bd16a commit 24a8a69Copy full SHA for 24a8a69
1 file changed
build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
testImplementation "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
54
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
55
testImplementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
56
- testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
57
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
58
59
}
0 commit comments