Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.1 (#131)
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 Jan 3, 2024
1 parent 0821760 commit c31c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeouts-enforcer-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ java {
dependencies {
implementation(kotlin("stdlib-jdk8"))
testImplementation("junit:junit:4.13.2")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("com.google.testparameterinjector:test-parameter-injector:1.14")
testImplementation(gradleTestKit())
}
Expand Down

0 comments on commit c31c32c

Please sign in to comment.