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-java.git
The following commit(s) were added to refs/heads/main by this push:
new 83761a8b2 MINOR: Bump com.google.api.grpc:proto-google-common-protos
from 2.72.0 to 2.74.0 (#1222)
83761a8b2 is described below
commit 83761a8b2fe78b5d4f26b68b739873836ef1e58c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 18:58:16 2026 -0700
MINOR: Bump com.google.api.grpc:proto-google-common-protos from 2.72.0 to
2.74.0 (#1222)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
flight/flight-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flight/flight-core/pom.xml b/flight/flight-core/pom.xml
index 9ae402cdc..d07a4ef0f 100644
--- a/flight/flight-core/pom.xml
+++ b/flight/flight-core/pom.xml
@@ -134,7 +134,7 @@ under the License.
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
- <version>2.72.0</version>
+ <version>2.74.0</version>
<scope>test</scope>
</dependency>
<dependency>