Skip to content

Commit

Permalink
chore(deps): bump grpc.version from 1.57.1 to 1.57.2 (#4016)
Browse files Browse the repository at this point in the history
Bumps `grpc.version` from 1.57.1 to 1.57.2.

Updates `io.grpc:grpc-netty-shaded` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.1...v1.57.2)

Updates `io.grpc:grpc-protobuf` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.1...v1.57.2)

Updates `io.grpc:grpc-stub` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.1...v1.57.2)

Updates `io.grpc:grpc-services` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.57.1...v1.57.2)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
  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-services
  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>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 24b535d commit cfe5baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<revision>1.0-SNAPSHOT</revision>
<hibernate.version>5.6.15.Final</hibernate.version>
<log4j.version>2.20.0</log4j.version>
<grpc.version>1.57.1</grpc.version>
<grpc.version>1.57.2</grpc.version>
<prometheus.version>0.16.0</prometheus.version>
<protobuf.version>3.24.0</protobuf.version>
<aws.version>1.12.524</aws.version>
Expand Down

2 comments on commit cfe5baf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: main-2023-08-21T14-57-45--cfe5baf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.14
Total coverage (server): 61.32

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.