Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 9d3f4ac commit 45980ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("club.minnced", "discord-webhooks", "0.8.4")

// unit testing
testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation(platform("org.junit:junit-bom:5.11.3"))
testImplementation("org.junit.jupiter", "junit-jupiter")
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

dependencies {
api("com.fasterxml.jackson.core", "jackson-databind", "2.18.0")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.2")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}

Expand Down

0 comments on commit 45980ff

Please sign in to comment.