Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Jan 13, 2024
1 parent e170584 commit 51f9270
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.24.2")
api("org.assertj:assertj-core:3.25.1")
api(gradleTestKit())
}

0 comments on commit 51f9270

Please sign in to comment.