Skip to content

Commit

Permalink
Bump io.grpc:grpc-protobuf from 1.61.1 to 1.70.0
Browse files Browse the repository at this point in the history
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.61.1 to 1.70.0.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.61.1...v1.70.0)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 13, 2025
1 parent 7594133 commit 9cf43a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ webrtc = { group = "dev.onvoid.webrtc", name = "
apache-commons-compress = { group = "org.apache.commons", name = "commons-compress", version = "1.27.1" }
zstd = { group = "com.github.luben", name = "zstd-jni", version = "1.5.5-11" }
# Protobuf
protobuf-grpc = { group = "io.grpc", name = "grpc-protobuf", version = "1.61.1" }
protobuf-grpc = { group = "io.grpc", name = "grpc-protobuf", version = "1.70.0" }
protobuf-java-util = { group = "com.google.protobuf", name = "protobuf-java-util", version = "4.29.1" }
# find running instances in LAN
servicediscovery = { group = "net.tsc.servicediscovery", name = "servicediscovery", version = "1.0.b5" }
Expand Down

0 comments on commit 9cf43a7

Please sign in to comment.