Skip to content

Commit

Permalink
fix(deps): update dependency org.agrona:agrona to v1.19.1 (#445)
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 Aug 9, 2023
1 parent da22b0d commit 07095cc
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 @@ -33,7 +33,7 @@ managed-jmh = ["jmh-core", "jmh-generator-annprocess"]
junit-testing = ["assertj-core", "junit-jupiter-api", "junit-jupiter-params"]

[libraries]
agrona = { module = "org.agrona:agrona", version = "1.19.0" }
agrona = { module = "org.agrona:agrona", version = "1.19.1" }
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" }
Expand Down

0 comments on commit 07095cc

Please sign in to comment.