This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new bdc672b6f chore(java): bump com.github.ben-manes.caffeine:caffeine
from 2.9.3 to 3.2.0 in /java (#2464)
bdc672b6f is described below
commit bdc672b6fb78df2cda4f279f92e371766c5c68c1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 23:30:50 2025 -0500
chore(java): bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to
3.2.0 in /java (#2464)
Bumps
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine)
from 2.9.3 to 3.2.0.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/driver/flight-sql/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/driver/flight-sql/pom.xml b/java/driver/flight-sql/pom.xml
index 34802ec32..3eb20aa35 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -36,7 +36,7 @@
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<!-- Latest version still supporting Java 8 -->
- <version>2.9.3</version>
+ <version>3.2.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>