Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
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 Jun 10, 2024
1 parent 5f9e140 commit ed33188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
`maven-publish`
signing
id("com.google.protobuf") version "0.9.4"
id("com.palantir.git-version") version "3.0.0"
id("com.palantir.git-version") version "3.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

Expand Down Expand Up @@ -42,7 +42,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.27.0"
artifact = "com.google.protobuf:protoc:4.27.1"
}

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

dependencies {
implementation("com.google.protobuf:protobuf-java:4.27.0")
implementation("com.google.protobuf:protobuf-java-util:4.27.0")
implementation("com.google.protobuf:protobuf-java:4.27.1")
implementation("com.google.protobuf:protobuf-java-util:4.27.1")
implementation("io.grpc:grpc-protobuf:1.64.0")
implementation("io.grpc:grpc-stub:1.64.0")
implementation("io.grpc:grpc-netty-shaded:1.64.0")
Expand Down

0 comments on commit ed33188

Please sign in to comment.