Skip to content

Commit e7e1c0e

Browse files
Update dependency org.junit:junit-bom to v5.12.0
1 parent d59d369 commit e7e1c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subprojects {
1414
apply plugin: 'io.spring.dependency-management'
1515

1616
dependencies {
17-
testImplementation platform('org.junit:junit-bom:5.11.1')
17+
testImplementation platform('org.junit:junit-bom:5.12.0')
1818
testImplementation 'org.junit.jupiter:junit-jupiter'
1919
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2020

0 commit comments

Comments
 (0)