Skip to content

Commit

Permalink
Update grpc-java to v1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 2133880 commit 7d125f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protobuf {
}
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.68.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.68.1'
}
}
generateProtoTasks {
Expand All @@ -79,13 +79,13 @@ dependencies {
implementation 'com.google.protobuf:protobuf-java:3.25.5'
implementation 'com.google.protobuf:protobuf-java-util:3.25.5'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation "io.grpc:grpc-core:1.68.0"
implementation "io.grpc:grpc-stub:1.68.0"
implementation "io.grpc:grpc-netty-shaded:1.68.0"
implementation "io.grpc:grpc-core:1.68.1"
implementation "io.grpc:grpc-stub:1.68.1"
implementation "io.grpc:grpc-netty-shaded:1.68.1"
implementation fileTree(dir: LOGSTASH_CORE_PATH, include: "**/logstash-core-?.*.*.jar")

testImplementation 'junit:junit:4.13.2'
testImplementation "io.grpc:grpc-protobuf:1.68.0"
testImplementation "io.grpc:grpc-protobuf:1.68.1"
testImplementation "javax.annotation:javax.annotation-api:1.3.2"
testImplementation "org.jetbrains.kotlin:kotlin-script-runtime:$kotlin_version"
}
Expand Down

0 comments on commit 7d125f8

Please sign in to comment.