Skip to content

Commit cb78ebc

Browse files
authored
Update to Java SDK v1.19.0 (temporalio#438)
1 parent 9acdf65 commit cb78ebc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
plugins {
44
id 'org.cadixdev.licenser' version '0.6.1'
55
id "net.ltgt.errorprone" version "3.0.1"
6-
id 'com.diffplug.spotless' version '6.15.0' apply false
6+
id 'com.diffplug.spotless' version '6.17.0' apply false
77
}
88

99
apply plugin: 'java'
@@ -21,9 +21,9 @@ repositories {
2121
}
2222

2323
ext {
24-
otelVersion = '1.23.1'
24+
otelVersion = '1.24.0'
2525
otelVersionAlpha = "${otelVersion}-alpha"
26-
javaSDKVersion = '1.18.1'
26+
javaSDKVersion = '1.19.0'
2727
}
2828

2929
dependencies {
@@ -105,7 +105,7 @@ if (JavaVersion.current().isJava11Compatible()) {
105105
java {
106106
target 'src/*/java/**/*.java'
107107
targetExclude '**/.idea/**'
108-
googleJavaFormat('1.15.0')
108+
googleJavaFormat('1.16.0')
109109
}
110110
}
111111

0 commit comments

Comments
 (0)