This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new b62984372 Bump grpc.version from 1.45.1 to 1.46.0 in /lang/java (#1693)
b62984372 is described below
commit b6298437279cfe340aa2d51f7f9a0666f77f9cfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 22 21:55:50 2022 +0300
Bump grpc.version from 1.45.1 to 1.46.0 in /lang/java (#1693)
Bumps `grpc.version` from 1.45.1 to 1.46.0.
Updates `grpc-core` from 1.45.1 to 1.46.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.45.1...v1.46.0)
Updates `grpc-stub` from 1.45.1 to 1.46.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.45.1...v1.46.0)
Updates `grpc-netty` from 1.45.1 to 1.46.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.45.1...v1.46.0)
---
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Grigorov <[email protected]>
---
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 e0d7284a4..5b4542af0 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.5.1</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
- <grpc.version>1.45.1</grpc.version>
+ <grpc.version>1.46.0</grpc.version>
<zstd-jni.version>1.5.2-3</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.2.1</archetype-plugin.version>