This is an automated email from the ASF dual-hosted git repository.
dimas 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 86c6facc2 main: Update dependency
com.github.ben-manes.caffeine:caffeine to v3.2.1 (#1836)
86c6facc2 is described below
commit 86c6facc2799890991f8f6d3198f53a5ae4eadef
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jun 9 16:08:58 2025 +0200
main: Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.1
(#1836)
---
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 16965e838..00a92c9f9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ assertj-core = { module = "org.assertj:assertj-core", version
= "3.27.3" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.5.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.31.54" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.35" }
-caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.2.0" }
+caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.2.1" }
commons-codec1 = { module = "commons-codec:commons-codec", version = "1.18.0" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version =
"3.17.0" }
commons-text = { module = "org.apache.commons:commons-text", version =
"1.13.1" }