diff --git a/build.gradle b/build.gradle index cfa2750..5a7b743 100644 --- a/build.gradle +++ b/build.gradle @@ -37,14 +37,14 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' // Temporal - implementation 'io.temporal:temporal-sdk:1.27.0' + implementation 'io.temporal:temporal-sdk:1.32.1' // Utilities implementation 'com.google.guava:guava:32.1.3-jre' // Test dependencies testImplementation 'org.springframework.boot:spring-boot-starter-test' - testImplementation 'io.temporal:temporal-testing:1.27.0' + testImplementation 'io.temporal:temporal-testing:1.32.1' } // Checkstyle configuration