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 a694aac0 main: Update dependency
com.github.ben-manes.caffeine:caffeine to v3.2.0 (#820)
a694aac0 is described below
commit a694aac0e07a5e6a3b13c4ebb2fa30a02ec77278
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Jan 18 08:50:41 2025 +0100
main: Update dependency com.github.ben-manes.caffeine:caffeine to v3.2.0
(#820)
---
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 4f435bf1..188a3bba 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -42,7 +42,7 @@ auth0-jwt = { module = "com.auth0:java-jwt", version =
"4.4.0" }
awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.29.50" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.30" }
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version =
"1.80" }
-caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.1.8" }
+caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.2.0" }
commons-codec1 = { module = "commons-codec:commons-codec", version = "1.17.2" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version =
"3.17.0" }
commons-text = { module = "org.apache.commons:commons-text", version =
"1.13.0" }