This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 3629795d OPENNLP-1857: Update gRPC to 1.82.2 (#524)
3629795d is described below
commit 3629795d10490d7e4ba6bbe8316d2bd66ef218cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 12:46:50 2026 +0200
OPENNLP-1857: Update gRPC to 1.82.2 (#524)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
dependency-version: 1.82.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
dependency-version: 1.82.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
dependency-version: 1.82.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-services
dependency-version: 1.82.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
opennlp-grpc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-grpc/pom.xml b/opennlp-grpc/pom.xml
index abfe05ca..36e61b25 100644
--- a/opennlp-grpc/pom.xml
+++ b/opennlp-grpc/pom.xml
@@ -38,7 +38,7 @@
</modules>
<properties>
- <grpc.version>1.82.1</grpc.version>
+ <grpc.version>1.82.2</grpc.version>
<picocli.version>4.7.7</picocli.version>
<junit5-system-exit.version>2.0.3</junit5-system-exit.version>
<awaitility.version>4.3.0</awaitility.version>