Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 173e2b0

Browse files
Update dependency org.junit:junit-bom to v5.12.2
1 parent 238b2b2 commit 173e2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation(libs.jedis)
3737
implementation(libs.nbtapi)
3838

39-
testImplementation(platform("org.junit:junit-bom:5.11.3"))
39+
testImplementation(platform("org.junit:junit-bom:5.12.2"))
4040
testImplementation("org.junit.jupiter:junit-jupiter")
4141
}
4242

0 commit comments

Comments
 (0)