Skip to content

Commit

Permalink
Update junit5 monorepo to v5.11.4 (#85)
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 Dec 16, 2024
1 parent ad69a9a commit bcc0b55
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.3"))
testImplementation(platform("org.junit:junit-bom:5.11.4"))
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.2")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.3")
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}

Expand Down

0 comments on commit bcc0b55

Please sign in to comment.