Skip to content

Commit

Permalink
chore: bump the grpc group in /server with 4 updates (#3)
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.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.0...v1.68.1)

Updates `io.grpc:grpc-protobuf` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.0...v1.68.1)

Updates `io.grpc:grpc-services` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.0...v1.68.1)

Updates `io.grpc:protoc-gen-grpc-java` from 1.68.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.0...v1.68.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: io.grpc:grpc-services
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: grpc
- dependency-name: io.grpc:protoc-gen-grpc-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 3, 2024
1 parent 200d7b3 commit 9391bcc
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.68.0"
implementation "io.grpc:grpc-protobuf:1.68.0"
implementation "io.grpc:grpc-services:1.68.0" // reflection
implementation "io.grpc:grpc-netty:1.68.1"
implementation "io.grpc:grpc-protobuf:1.68.1"
implementation "io.grpc:grpc-services:1.68.1" // reflection
implementation "com.nimbusds:nimbus-jose-jwt:9.41.2"
implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
}
Expand All @@ -32,7 +32,7 @@ protobuf {
}
plugins {
grpc {
artifact = "io.grpc:protoc-gen-grpc-java:1.68.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.68.1"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 9391bcc

Please sign in to comment.