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 ff10fc9f3 chore(java): bump com.google.protobuf:protobuf-java from
4.29.1 to 4.29.2 in /java (#2380)
ff10fc9f3 is described below
commit ff10fc9f36a362b9b773fe53781fb9005d025253
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 25 19:28:40 2024 -0500
chore(java): bump com.google.protobuf:protobuf-java from 4.29.1 to 4.29.2
in /java (#2380)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.29.1 to 4.29.2.
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 f83e95a5f..63ad83b11 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>4.29.1</version>
+ <version>4.29.2</version>
</dependency>
<!-- Arrow -->