This is an automated email from the ASF dual-hosted git repository.
snazy 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 95607dbe0 fix(deps): update dependency org.agrona:agrona to v2.4.0
(#3333)
95607dbe0 is described below
commit 95607dbe0e88d7c9f2be8e44ee38bca696c23959
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Dec 25 15:44:25 2025 +0000
fix(deps): update dependency org.agrona:agrona to v2.4.0 (#3333)
---
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 e030b671a..c8ced0baf 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.2" }
+agrona = { module = "org.agrona:agrona", version = "2.4.0" }
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.6" }
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }