Skip to content

Commit 20176dd

Browse files
Update dependency org.junit:junit-bom to v5.13.2 (#118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e449b6 commit 20176dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation("club.minnced", "discord-webhooks", "0.8.4")
3333

3434
// unit testing
35-
testImplementation(platform("org.junit:junit-bom:5.13.1"))
35+
testImplementation(platform("org.junit:junit-bom:5.13.2"))
3636
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3737
testImplementation("org.junit.jupiter", "junit-jupiter")
3838
}

0 commit comments

Comments
 (0)