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 95f55c73e chore(java): bump com.google.protobuf:protobuf-java from
3.25.5 to 4.29.0 in /java (#2348)
95f55c73e is described below
commit 95f55c73e916a9b47bc287d10296e8f561284d42
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 4 20:40:54 2024 -0500
chore(java): bump com.google.protobuf:protobuf-java from 3.25.5 to 4.29.0
in /java (#2348)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 3.25.5 to 4.29.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 683371435..c82d4c5f0 100644
--- a/java/driver/flight-sql/pom.xml
+++ b/java/driver/flight-sql/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.25.5</version>
+ <version>4.29.0</version>
</dependency>
<!-- Arrow -->