Skip to content

Commit

Permalink
Bump grpc.version from 1.49.1 to 1.49.2 in /lang/java (#1897)
Browse files Browse the repository at this point in the history
Bumps `grpc.version` from 1.49.1 to 1.49.2.

Updates `grpc-core` from 1.49.1 to 1.49.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.1...v1.49.2)

Updates `grpc-stub` from 1.49.1 to 1.49.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.1...v1.49.2)

Updates `grpc-netty` from 1.49.1 to 1.49.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.49.1...v1.49.2)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 0f1848e)
  • Loading branch information
dependabot[bot] authored and martin-g committed Oct 3, 2022
1 parent 9cd787a commit a3d2bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<tukaani.version>1.9</tukaani.version>
<mockito.version>4.8.0</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<grpc.version>1.49.1</grpc.version>
<grpc.version>1.49.2</grpc.version>
<zstd-jni.version>1.5.2-4</zstd-jni.version>
<!-- version properties for plugins -->
<archetype-plugin.version>3.2.1</archetype-plugin.version>
Expand Down

0 comments on commit a3d2bf6

Please sign in to comment.