Skip to content

Commit

Permalink
build(deps): bump grpcVersion from 1.68.2 to 1.69.0
Browse files Browse the repository at this point in the history
Bumps `grpcVersion` from 1.68.2 to 1.69.0.

Updates `io.grpc:grpc-services` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

Updates `io.grpc:grpc-protobuf` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

Updates `io.grpc:grpc-netty` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

Updates `io.grpc:protoc-gen-grpc-java` from 1.68.2 to 1.69.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.68.2...v1.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 7e70ec4 commit fa32fe4
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 @@ -23,7 +23,7 @@ buildscript {
springSecurityOauth2AutoconfigureVersion = '2.6.8'
mariadbJdbcVersion = '2.7.12' // Bumping to v3 breaks some pipeline jobs, so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).
snakeyamlVersion = '2.3'
grpcVersion = '1.68.2'
grpcVersion = '1.69.0'
// We need to stay with protobuf-java & protoc 3.25.x as the latest
// grpc still depends on protobuf-java & protoc 3.25.x. Once we
// bump grpc to version that depnds on protobuf-java & protoc to 4.x.x,
Expand Down

0 comments on commit fa32fe4

Please sign in to comment.