Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.0 (#503)
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 Dec 31, 2023
1 parent 8261f95 commit 4ae1c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ junit-testing = ["assertj-core", "junit-jupiter-api", "junit-jupiter-params"]
agrona = { module = "org.agrona:agrona", version = "1.20.0" }
antlr-antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr4" }
antlr-antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr4" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.24.2" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.25.0" }
errorprone-plugin = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "errorpronePlugin" }
errorprone-slf4j = { module = "jp.skypencil.errorprone.slf4j:errorprone-slf4j", version.ref = "errorproneSlf4j" }
findbugs-jsr305 = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
Expand Down

0 comments on commit 4ae1c95

Please sign in to comment.