We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59d369 commit e7e1c0eCopy full SHA for e7e1c0e
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.12.0')
18
testImplementation 'org.junit.jupiter:junit-jupiter'
19
testImplementation 'org.springframework.boot:spring-boot-starter-test'
20
0 commit comments