Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent a9f883e commit e83a598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigstore-testkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
api("org.junit.jupiter:junit-jupiter-api")
api("org.junit.jupiter:junit-jupiter-params")
implementation("org.junit.jupiter:junit-jupiter")
api("org.assertj:assertj-core:3.25.1")
api("org.assertj:assertj-core:3.25.3")
api(gradleTestKit())
}

0 comments on commit e83a598

Please sign in to comment.