Skip to content

Commit 3f1dbe9

Browse files
chore(deps): Update java minor and patch to v4.31.0 (#275)
1 parent 8330f96 commit 3f1dbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protobuf {
5252
// The version of protoc must match protobuf-java. If you don't depend on
5353
// protobuf-java directly, you will be transitively depending on the
5454
// protobuf-java version that grpc depends on.
55-
artifact = 'com.google.protobuf:protoc:4.30.2'
55+
artifact = 'com.google.protobuf:protoc:4.31.0'
5656
}
5757
plugins {
5858
grpc {
@@ -114,7 +114,7 @@ dependencies {
114114
// Explicit matching of protobuf-java and protoc versions to address
115115
// compilation errors arising due to transitive dependency on the version of
116116
// protobuf-java that grpc depends on.
117-
implementation 'com.google.protobuf:protobuf-java:4.30.2'
117+
implementation 'com.google.protobuf:protobuf-java:4.31.0'
118118

119119
testImplementation "io.opencensus:opencensus-api:${openCensusVersion}"
120120
testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"

0 commit comments

Comments
 (0)