Skip to content

Commit f80e07f

Browse files
authored
Update SDK version to 1.14.0 (temporalio#323)
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent e6c9ffd commit f80e07f

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
@@ -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'

0 commit comments

Comments
 (0)