@@ -27,7 +27,11 @@ repositories {
2727}
2828
2929dependencies {
30- implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.6.0'
30+ implementation(platform(" com.fasterxml.jackson:jackson-bom:2.13.1" ))
31+
32+ implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.7.0'
33+
34+ implementation ' com.fasterxml.jackson.core:jackson-databind'
3135 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.10'
3236 implementation group : ' commons-configuration' , name : ' commons-configuration' , version : ' 1.10'
3337 implementation group : ' io.cloudevents' , name : ' cloudevents-core' , version : ' 2.3.0'
@@ -42,7 +46,7 @@ dependencies {
4246 implementation group : ' net.thisptr' , name : ' jackson-jq' , version : ' 1.0.0-preview.20210928'
4347 implementation group : ' com.fasterxml.jackson.core' , name : ' jackson-core' , version : ' 2.12.5'
4448
45- testImplementation(" io.temporal:temporal-testing:1.6 .0" )
49+ testImplementation(" io.temporal:temporal-testing:1.7 .0" )
4650 testImplementation (" io.temporal:temporal-testing" ) {
4751 capabilities {
4852 requireCapability(" io.temporal:temporal-testing-junit4" )
@@ -65,14 +69,6 @@ dependencies {
6569 errorprone(" com.google.errorprone:error_prone_core:2.10.0" )
6670}
6771
68- configurations. all {
69- resolutionStrategy {
70- force ' com.fasterxml.jackson.core:jackson-core:2.12.5'
71- force ' com.fasterxml.jackson.core:jackson-databind:2.12.5'
72- force ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.5'
73- }
74- }
75-
7672compileJava {
7773 dependsOn ' googleJavaFormat'
7874}
0 commit comments