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 481c52a55 chore(java): Bump com.google.protobuf:protobuf-java from
4.34.0 to 4.34.1 in /java (#4136)
481c52a55 is described below
commit 481c52a55330289486f1ae61980bbdf079a2c3a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 25 09:34:46 2026 +0900
chore(java): Bump com.google.protobuf:protobuf-java from 4.34.0 to 4.34.1
in /java (#4136)
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 eaf6578bb..ad0a1cc96 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>4.34.0</version>
+ <version>4.34.1</version>
</dependency>
<!-- Arrow -->