Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v4.29.1 (#120)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 7044ca4 commit 27a37b3
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 @@ -43,7 +43,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.29.0"
artifact = "com.google.protobuf:protoc:4.29.1"
}

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

dependencies {
implementation("com.google.protobuf:protobuf-java:4.29.0")
implementation("com.google.protobuf:protobuf-java-util:4.29.0")
implementation("com.google.protobuf:protobuf-java:4.29.1")
implementation("com.google.protobuf:protobuf-java-util:4.29.1")
implementation("io.grpc:grpc-protobuf:1.68.2")
implementation("io.grpc:grpc-stub:1.68.2")
implementation("io.grpc:grpc-netty-shaded:1.68.2")
Expand Down

0 comments on commit 27a37b3

Please sign in to comment.