Skip to content

Commit 1aa7f54

Browse files
authored
Update Dependencies (#389)
* Updated temporal-sdk and temporal-serviceclient dependencies
1 parent b3fad1d commit 1aa7f54

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

temporal-sdk/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ dependencies {
4141

4242
api project(':temporal-serviceclient')
4343
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'
4545

4646
implementation group: 'com.google.guava', name: 'guava', version: '30.1-jre'
4747
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'
5050
if (!JavaVersion.current().isJava8()) {
5151
implementation 'javax.annotation:javax.annotation-api:1.3.2'
5252
}

temporal-serviceclient/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
api 'io.grpc:grpc-protobuf:1.36.0'
8181
api 'io.grpc:grpc-stub:1.36.0'
8282
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'
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
api 'io.grpc:grpc-netty-shaded:1.36.0'
@@ -122,7 +122,7 @@ jar {
122122

123123
protobuf {
124124
protoc {
125-
artifact = 'com.google.protobuf:protoc:3.15.2'
125+
artifact = 'com.google.protobuf:protoc:3.15.6'
126126
}
127127
plugins {
128128
grpc {

0 commit comments

Comments
 (0)