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 4e449b6 commit 20176ddCopy full SHA for 20176dd
bot/build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
implementation("club.minnced", "discord-webhooks", "0.8.4")
33
34
// unit testing
35
- testImplementation(platform("org.junit:junit-bom:5.13.1"))
+ testImplementation(platform("org.junit:junit-bom:5.13.2"))
36
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
37
testImplementation("org.junit.jupiter", "junit-jupiter")
38
}
0 commit comments