Skip to content

Commit bcc0b55

Browse files
Update junit5 monorepo to v5.11.4 (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad69a9a commit bcc0b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.11.3"))
35+
testImplementation(platform("org.junit:junit-bom:5.11.4"))
3636
testImplementation("org.junit.jupiter", "junit-jupiter")
3737
}
3838

plugin-api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
api("com.fasterxml.jackson.core", "jackson-databind", "2.18.2")
16-
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.3")
16+
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
1717
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
1818
}
1919

0 commit comments

Comments
 (0)