Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v4.28.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 66df1ec commit 62b7ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.3"
artifact = "com.google.protobuf:protoc:4.28.0"
}

plugins {
Expand All @@ -61,8 +61,8 @@ protobuf {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:4.27.3")
implementation("com.google.protobuf:protobuf-java-util:4.27.3")
implementation("com.google.protobuf:protobuf-java:4.28.0")
implementation("com.google.protobuf:protobuf-java-util:4.28.0")
implementation("io.grpc:grpc-protobuf:1.66.0")
implementation("io.grpc:grpc-stub:1.66.0")
implementation("io.grpc:grpc-netty-shaded:1.66.0")
Expand Down

0 comments on commit 62b7ecc

Please sign in to comment.