We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b027545 commit 9433557Copy full SHA for 9433557
build.gradle
@@ -14,7 +14,7 @@ subprojects {
14
apply plugin: 'io.spring.dependency-management'
15
16
dependencies {
17
- testImplementation platform('org.junit:junit-bom:5.11.1')
+ testImplementation platform('org.junit:junit-bom:5.11.3')
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
testImplementation 'org.springframework.boot:spring-boot-starter-test'
20
0 commit comments