Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.1 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 335a2f1 commit 023503d
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.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
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.17.2")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.0")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.1")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}

Expand Down

0 comments on commit 023503d

Please sign in to comment.