File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ dependencies {
41
41
42
42
api project(' :temporal-serviceclient' )
43
43
api group : ' com.google.code.gson' , name : ' gson' , version : ' 2.8.6'
44
- api group : ' io.micrometer' , name : ' micrometer-core' , version : ' 1.6.4 '
44
+ api group : ' io.micrometer' , name : ' micrometer-core' , version : ' 1.6.5 '
45
45
46
46
implementation group : ' com.google.guava' , name : ' guava' , version : ' 30.1-jre'
47
47
implementation group : ' com.cronutils' , name : ' cron-utils' , version : ' 9.1.3'
48
- implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.12.1 '
49
- implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.12.1 '
48
+ implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.12.2 '
49
+ implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.12.2 '
50
50
if (! JavaVersion . current(). isJava8()) {
51
51
implementation ' javax.annotation:javax.annotation-api:1.3.2'
52
52
}
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencies {
80
80
api ' io.grpc:grpc-protobuf:1.36.0'
81
81
api ' io.grpc:grpc-stub:1.36.0'
82
82
api ' io.grpc:grpc-core:1.36.0'
83
- api group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.15.2 '
83
+ api group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.15.6 '
84
84
api group : ' com.uber.m3' , name : ' tally-core' , version : ' 0.6.1'
85
85
api group : ' org.slf4j' , name : ' slf4j-api' , version : ' 1.7.30'
86
86
api ' io.grpc:grpc-netty-shaded:1.36.0'
@@ -122,7 +122,7 @@ jar {
122
122
123
123
protobuf {
124
124
protoc {
125
- artifact = ' com.google.protobuf:protoc:3.15.2 '
125
+ artifact = ' com.google.protobuf:protoc:3.15.6 '
126
126
}
127
127
plugins {
128
128
grpc {
You can’t perform that action at this time.
0 commit comments