Skip to content

Commit 2d39017

Browse files
Update dependency org.junit:junit-bom to v5.14.2
1 parent 0064326 commit 2d39017

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation("com.google.code.gson:gson:2.13.2")
2929

3030
testImplementation("org.junit.jupiter:junit-jupiter")
31-
testImplementation(platform("org.junit:junit-bom:5.14.0"))
31+
testImplementation(platform("org.junit:junit-bom:5.14.2"))
3232
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3333
}
3434

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
compileOnly("org.jspecify:jspecify:1.0.0")
2525
compileOnly("org.jetbrains:annotations:26.0.2-1")
2626

27-
testImplementation(platform("org.junit:junit-bom:5.14.0"))
27+
testImplementation(platform("org.junit:junit-bom:5.14.2"))
2828
testImplementation("org.junit.jupiter:junit-jupiter")
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3030
}

0 commit comments

Comments
 (0)