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