Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent f6e9818 commit 0baac45
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 @@ -46,7 +46,7 @@ dependencies {
implementation("com.google.oauth-client:google-oauth-client-java6")

testImplementation(project(":sigstore-testkit"))
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(platform("org.junit:junit-bom:5.10.2"))
testImplementation("org.junit.jupiter:junit-jupiter")

testImplementation(platform("org.mockito:mockito-bom:5.9.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.10.1"))
api(platform("org.junit:junit-bom:5.10.2"))
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 0baac45

Please sign in to comment.