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 4927ccd7f chore(java): bump com.github.ben-manes.caffeine:caffeine
from 3.2.3 to 3.2.4 (#4312)
4927ccd7f is described below
commit 4927ccd7fe126886c63cb8faa9816d740b76acba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 13 09:56:51 2026 +0900
chore(java): bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to
3.2.4 (#4312)
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 e0bd88185..9c20cf726 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
- <version>3.2.3</version>
+ <version>3.2.4</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>