File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 api group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
4444 api group : ' io.micrometer' , name : ' micrometer-core' , version : ' 1.6.2'
4545
46- implementation group : ' com.google.guava' , name : ' guava' , version : ' 30.0 -jre'
46+ implementation group : ' com.google.guava' , name : ' guava' , version : ' 30.1 -jre'
4747 implementation group : ' com.cronutils' , name : ' cron-utils' , version : ' 9.1.3'
4848 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.12.0'
4949 implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.12.0'
Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ dependencies {
7777 errorproneJavac(' com.google.errorprone:javac:9+181-r4173-1' )
7878 errorprone(' com.google.errorprone:error_prone_core:2.4.0' )
7979
80- api ' io.grpc:grpc-protobuf:1.34.0 '
81- api ' io.grpc:grpc-stub:1.34.0 '
82- api ' io.grpc:grpc-core:1.34.0 '
80+ api ' io.grpc:grpc-protobuf:1.34.1 '
81+ api ' io.grpc:grpc-stub:1.34.1 '
82+ api ' io.grpc:grpc-core:1.34.1 '
8383 api group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.14.0'
8484 api group : ' com.uber.m3' , name : ' tally-core' , version : ' 0.6.1'
8585 api group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.30'
8686
87- implementation ' io.grpc:grpc-netty-shaded:1.34.0 '
87+ implementation ' io.grpc:grpc-netty-shaded:1.34.1 '
8888 if (! JavaVersion . current(). isJava8()) {
8989 implementation ' javax.annotation:javax.annotation-api:1.3.2'
9090 }
@@ -128,7 +128,7 @@ protobuf {
128128 }
129129 plugins {
130130 grpc {
131- artifact = ' io.grpc:protoc-gen-grpc-java:1.34.0 '
131+ artifact = ' io.grpc:protoc-gen-grpc-java:1.34.1 '
132132 }
133133 }
134134 generateProtoTasks {
You can’t perform that action at this time.
0 commit comments