Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent b0e2b35 commit ef96611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("com.google.oauth-client:google-oauth-client-java6")

testImplementation(project(":sigstore-testkit"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation(platform("org.junit:junit-bom:5.11.1"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation(platform("org.mockito:mockito-bom:5.12.0"))
Expand Down
2 changes: 1 addition & 1 deletion sigstore-testkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

// This is different from typical "testImplementation" dependencies, because
// testkit exposes junit5 dependencies in its API (e.g. annotations)
api(platform("org.junit:junit-bom:5.11.0"))
api(platform("org.junit:junit-bom:5.11.1"))
api("org.junit.jupiter:junit-jupiter-api")
api("org.junit.jupiter:junit-jupiter-params")
implementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit ef96611

Please sign in to comment.