We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f437ca commit 528cf86Copy full SHA for 528cf86
common/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
compileOnly(libs.libby.core)
10
11
testImplementation(libs.configurate.hocon)
12
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.13.1"))
13
testImplementation("org.junit.jupiter:junit-jupiter")
14
testImplementation(libs.assertj)
15
}
velocity/build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
20
implementation(libs.bstats.velocity)
21
22
23
24
25
0 commit comments