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 fe7d3eb45 MINOR: Bump io.grpc:grpc-bom from 1.82.1 to 1.83.1 (#1224)
fe7d3eb45 is described below
commit fe7d3eb4548566718e2de6ad14a1421969183c74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 20:39:56 2026 -0700
MINOR: Bump io.grpc:grpc-bom from 1.82.1 to 1.83.1 (#1224)
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 bee28e2a9..35e2dcdad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@ under the License.
<dep.slf4j.version>2.0.18</dep.slf4j.version>
<dep.guava-bom.version>33.6.0-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.2.17.Final</dep.netty-bom.version>
- <dep.grpc-bom.version>1.82.1</dep.grpc-bom.version>
+ <dep.grpc-bom.version>1.83.1</dep.grpc-bom.version>
<dep.protobuf-bom.version>4.35.1</dep.protobuf-bom.version>
<dep.jackson-bom.version>2.22.0</dep.jackson-bom.version>
<dep.hadoop.version>3.5.0</dep.hadoop.version>