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 c377e3b8 MINOR: Bump io.grpc:grpc-bom from 1.65.0 to 1.69.1 (#539)
c377e3b8 is described below
commit c377e3b86832b80fa4e5c3f2cb02f5c698c94141
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 20 03:20:56 2025 -0500
MINOR: Bump io.grpc:grpc-bom from 1.65.0 to 1.69.1 (#539)
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.65.0
to 1.69.1.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cc897461..b0779725 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@ under the License.
<dep.slf4j.version>2.0.16</dep.slf4j.version>
<dep.guava-bom.version>33.4.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.1.115.Final</dep.netty-bom.version>
- <dep.grpc-bom.version>1.65.0</dep.grpc-bom.version>
+ <dep.grpc-bom.version>1.69.1</dep.grpc-bom.version>
<dep.protobuf-bom.version>3.25.5</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.18.2</dep.jackson-bom.version>
<dep.hadoop.version>3.4.1</dep.hadoop.version>