File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ dependencies {
3030 implementation(platform(" io.opentelemetry:opentelemetry-bom:1.15.0" ))
3131 implementation(platform(" org.junit:junit-bom:5.8.2" ))
3232
33- implementation " io.temporal:temporal-sdk:1.13 .0"
34- implementation " io.temporal:temporal-opentracing:1.13 .0"
33+ implementation " io.temporal:temporal-sdk:1.14 .0"
34+ implementation " io.temporal:temporal-opentracing:1.14 .0"
3535
3636 implementation " com.fasterxml.jackson.core:jackson-databind"
3737 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.11'
@@ -59,7 +59,7 @@ dependencies {
5959 // we don't update it to 2.1.0 because 2.1.0 requires Java 11
6060 implementation ' com.codingrodent:jackson-json-crypto:1.1.0'
6161
62- testImplementation(" io.temporal:temporal-testing:1.13 .0" )
62+ testImplementation(" io.temporal:temporal-testing:1.14 .0" )
6363
6464 testImplementation " junit:junit:4.13.2"
6565 testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 4.6.1'
You can’t perform that action at this time.
0 commit comments