We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1f192 commit 5d16080Copy full SHA for 5d16080
1 file changed
gradle/libs.versions.toml
@@ -35,7 +35,7 @@ junit-testing = ["assertj-core", "junit-jupiter-api", "junit-jupiter-params"]
35
agrona = { module = "org.agrona:agrona", version = "1.20.0" }
36
antlr-antlr4 = { module = "org.antlr:antlr4", version.ref = "antlr4" }
37
antlr-antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.ref = "antlr4" }
38
-assertj-core = { module = "org.assertj:assertj-core", version = "3.25.0" }
+assertj-core = { module = "org.assertj:assertj-core", version = "3.25.1" }
39
errorprone-plugin = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "errorpronePlugin" }
40
errorprone-slf4j = { module = "jp.skypencil.errorprone.slf4j:errorprone-slf4j", version.ref = "errorproneSlf4j" }
41
findbugs-jsr305 = { module = "com.google.code.findbugs:jsr305", version = "3.0.2" }
0 commit comments