Skip to content

Commit 6ac4a1e

Browse files
authored
JavaSDK release 1.9.0 (temporalio#273)
1 parent b64ab12 commit 6ac4a1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)