Skip to content

Commit 842f52b

Browse files
authored
Merge pull request #4 from OneLiteFeatherNET/renovate/junit5-monorepo
Update dependency org.junit:junit-bom to v5.9.3
2 parents a27742b + 98619d9 commit 842f52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit-extension/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compileOnly(rootProject)
3535
compileOnly("io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT")
3636
implementation("io.papermc:paperlib:1.0.8")
37-
testImplementation(platform("org.junit:junit-bom:5.9.1"))
37+
testImplementation(platform("org.junit:junit-bom:5.9.3"))
3838
testImplementation("org.junit.jupiter:junit-jupiter")
3939
}
4040

0 commit comments

Comments
 (0)