Skip to content

Commit

Permalink
Bump the gradle group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 3 updates: [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java), [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) and [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java).


Updates `io.grpc:grpc-protobuf` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.1)

Updates `io.grpc:grpc-stub` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.1)

Updates `io.grpc:grpc-netty-shaded` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.1)

Updates `io.grpc:grpc-stub` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.1)

Updates `io.grpc:grpc-netty-shaded` from 1.65.0 to 1.65.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.65.0...v1.65.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 2b175eb commit f4762d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ java {
// All it does is complain about generated code.
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.65.0"
def grpcVersion = "1.65.1"
def protocVersion = "3.25.3"
def authzedProtoCommit = "v1.34.0"
def bufDir = "${buildDir}/buf"
Expand Down

0 comments on commit f4762d7

Please sign in to comment.