Skip to content

Commit 323366e

Browse files
chore(deps): Update java minor and patch (#269)
1 parent 8ec60cb commit 323366e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 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.1'
55+
artifact = 'com.google.protobuf:protoc:4.30.2'
5656
}
5757
plugins {
5858
grpc {
@@ -109,12 +109,12 @@ dependencies {
109109
implementation "io.grpc:grpc-netty:${grpcVersion}"
110110
implementation "io.grpc:grpc-stub:${grpcVersion}"
111111

112-
implementation 'com.google.guava:guava:33.4.5-jre'
112+
implementation 'com.google.guava:guava:33.4.6-jre'
113113

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.1'
117+
implementation 'com.google.protobuf:protobuf-java:4.30.2'
118118

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

0 commit comments

Comments
 (0)