This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new f5ce159 Bump grpc.version from 1.42.1 to 1.43.1 in /lang/java
f5ce159 is described below
commit f5ce159bb6e581add91b329488b7aeea7f1adcca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 5 12:51:35 2022 +0000
Bump grpc.version from 1.42.1 to 1.43.1 in /lang/java
Bumps `grpc.version` from 1.42.1 to 1.43.1.
Updates `grpc-core` from 1.42.1 to 1.43.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.42.1...v1.43.1)
Updates `grpc-stub` from 1.42.1 to 1.43.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.42.1...v1.43.1)
Updates `grpc-netty` from 1.42.1 to 1.43.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.42.1...v1.43.1)
---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-stub
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.grpc:grpc-netty
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 8e2b11e118f889661c041c8773c921257d179952)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 1a9f4cc..6f5b0a4 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -57,7 +57,7 @@
<tukaani.version>1.9</tukaani.version>
<easymock.version>4.3</easymock.version>
<hamcrest.version>2.2</hamcrest.version>
- <grpc.version>1.42.1</grpc.version>
+ <grpc.version>1.43.1</grpc.version>
<zstd-jni.version>1.5.1-1</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.2.0</archetype-plugin.version>