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 28d687913 chore(java): bump com.google.protobuf:protobuf-java from
4.35.1 to 4.36.0 (#4738)
28d687913 is described below
commit 28d6879139938ea970f7b00a39839bf587a5dd7e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 08:40:10 2026 +0900
chore(java): bump com.google.protobuf:protobuf-java from 4.35.1 to 4.36.0
(#4738)
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 72a9c0326..cda4ed315 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.35.1</version>
+ <version>4.36.0</version>
</dependency>
<!-- Arrow -->