This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 16cf1d971 fix(deps): update dependency org.agrona:agrona to v2.3.2
(#3014)
16cf1d971 is described below
commit 16cf1d9719cb3c44675d311fca90d62a4b20498d
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Nov 8 13:10:41 2025 +0000
fix(deps): update dependency org.agrona:agrona to v2.3.2 (#3014)
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index dba170226..e04a7e6f9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -39,7 +39,7 @@ swagger = "1.6.16"
# If a dependency is removed, check whether the LICENSE and/or NOTICE files
need to be adopted
# (aka mention of the dependency removed).
#
-agrona = { module = "org.agrona:agrona", version = "2.3.1" }
+agrona = { module = "org.agrona:agrona", version = "2.3.2" }
antlr4-runtime = { module = "org.antlr:antlr4-runtime", version.strictly =
"4.9.3" } # spark integration tests
apache-httpclient5 = { module =
"org.apache.httpcomponents.client5:httpclient5", version = "5.5.1" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }