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 @@ -28,8 +28,8 @@ dependencies {
2828 implementation(platform(" io.micrometer:micrometer-bom:1.8.4" ))
2929 implementation(platform(" org.junit:junit-bom:5.8.2" ))
3030
31- implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.8.1 '
32- implementation group : ' io.temporal' , name : ' temporal-opentracing' , version : ' 1.8.1 '
31+ implementation group : ' io.temporal' , name : ' temporal-sdk' , version : ' 1.9.0 '
32+ implementation group : ' io.temporal' , name : ' temporal-opentracing' , version : ' 1.9.0 '
3333
3434 implementation " com.fasterxml.jackson.core:jackson-databind"
3535 implementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.11'
@@ -56,7 +56,7 @@ dependencies {
5656
5757 implementation ' com.codingrodent:jackson-json-crypto:1.1.0'
5858
59- testImplementation(" io.temporal:temporal-testing:1.8.1 " )
59+ testImplementation(" io.temporal:temporal-testing:1.9.0 " )
6060 testImplementation (" io.temporal:temporal-testing" ) {
6161 capabilities {
6262 requireCapability(" io.temporal:temporal-testing-junit4" )
You can’t perform that action at this time.
0 commit comments