Skip to content

Commit

Permalink
chore: bump the grpc group in /server with 4 updates (#266)
Browse files Browse the repository at this point in the history
Bumps the grpc group in /server with 4 updates: [io.grpc:grpc-netty](https://github.com/grpc/grpc-java), [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java), [io.grpc:grpc-services](https://github.com/grpc/grpc-java) and [io.grpc:protoc-gen-grpc-java](https://github.com/grpc/grpc-java).


Updates `io.grpc:grpc-netty` from 1.69.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.1...v1.70.0)

Updates `io.grpc:grpc-protobuf` from 1.69.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.1...v1.70.0)

Updates `io.grpc:grpc-services` from 1.69.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.1...v1.70.0)

Updates `io.grpc:protoc-gen-grpc-java` from 1.69.1 to 1.70.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.69.1...v1.70.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: io.grpc:grpc-services
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: grpc
...

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 Jan 27, 2025
1 parent 64d83ba commit 103aaf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repositories {

dependencies {
compileOnly "javax.annotation:javax.annotation-api:1.3.2"
implementation "io.grpc:grpc-netty:1.69.1"
implementation "io.grpc:grpc-protobuf:1.69.1"
implementation "io.grpc:grpc-services:1.69.1" // reflection
implementation "io.grpc:grpc-netty:1.70.0"
implementation "io.grpc:grpc-protobuf:1.70.0"
implementation "io.grpc:grpc-services:1.70.0" // reflection
implementation "org.bouncycastle:bcpkix-jdk18on:1.80"
}

Expand All @@ -31,7 +31,7 @@ protobuf {
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.69.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.70.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 103aaf2

Please sign in to comment.