@@ -30,21 +30,21 @@ repositories {
3030}
3131
3232dependencies {
33- implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.1 .0'
33+ implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.2 .0'
3434 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.5'
3535 implementation group : ' commons-configuration' , name : ' commons-configuration' , version : ' 1.10'
3636 implementation group : ' io.cloudevents' , name : ' cloudevents-core' , version : ' 2.2.0'
3737 implementation group : ' io.cloudevents' , name : ' cloudevents-api' , version : ' 2.2.0'
3838 implementation group : ' io.cloudevents' , name : ' cloudevents-json-jackson' , version : ' 2.2.0'
3939
40- testImplementation group : ' io.temporal' , name : ' temporal-testing' , version : ' 1.1 .0'
41- testImplementation group : ' io.temporal' , name : ' temporal-testing-junit4' , version : ' 1.1 .0'
40+ testImplementation group : ' io.temporal' , name : ' temporal-testing' , version : ' 1.2 .0'
41+ testImplementation group : ' io.temporal' , name : ' temporal-testing-junit4' , version : ' 1.2 .0'
4242 testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
4343 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 3.11.2'
4444 testImplementation group : ' org.powermock' , name : ' powermock-api-mockito2' , version : ' 2.0.9'
4545
4646 errorproneJavac(" com.google.errorprone:javac:9+181-r4173-1" )
47- errorprone(" com.google.errorprone:error_prone_core:2.8.0 " )
47+ errorprone(" com.google.errorprone:error_prone_core:2.8.1 " )
4848}
4949
5050compileJava {
0 commit comments