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 bc2960d6f chore(java): bump com.google.protobuf:protobuf-java from
4.30.1 to 4.30.2 in /java (#2663)
bc2960d6f is described below
commit bc2960d6f6244ffcd6940929817d437a8e43a47e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 31 22:25:33 2025 -0400
chore(java): bump com.google.protobuf:protobuf-java from 4.30.1 to 4.30.2
in /java (#2663)
Bumps
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
from 4.30.1 to 4.30.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 99189fae5..c84897497 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.30.1</version>
+ <version>4.30.2</version>
</dependency>
<!-- Arrow -->