We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9b6af commit 2c21d39Copy full SHA for 2c21d39
workers/java/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation 'com.google.code.gson:gson:2.8.9'
34
implementation 'com.jayway.jsonpath:json-path:2.6.0'
35
implementation 'info.picocli:picocli:4.6.2'
36
- implementation 'io.temporal:temporal-sdk:1.33.0'
+ implementation 'io.temporal:temporal-sdk:1.34.0'
37
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
38
implementation 'org.reflections:reflections:0.10.2'
39
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'
0 commit comments