Skip to content

Commit 5da2252

Browse files
authoredMar 17, 2025
Merge pull request #44 from Lenni0451/dependabot/gradle/org.junit-junit-bom-5.12.1
Bump org.junit:junit-bom from 5.12.0 to 5.12.1
2 parents 2b1df33 + 0eeba55 commit 5da2252

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
@@ -30,7 +30,7 @@ subprojects {
3030
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
3131

3232
testImplementation "com.google.code.findbugs:jsr305:3.0.2"
33-
testImplementation(platform("org.junit:junit-bom:5.12.0"))
33+
testImplementation(platform("org.junit:junit-bom:5.12.1"))
3434
testImplementation "org.junit.jupiter:junit-jupiter"
3535
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.