From 98040ffb8b51e6dde144d7d5158b5af3e1e17ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:15:23 +0000 Subject: [PATCH] deps(deps): bump io.temporal:temporal-testing from 1.27.0 to 1.32.0 Bumps [io.temporal:temporal-testing](https://github.com/temporalio/sdk-java) from 1.27.0 to 1.32.0. - [Release notes](https://github.com/temporalio/sdk-java/releases) - [Commits](https://github.com/temporalio/sdk-java/commits) --- updated-dependencies: - dependency-name: io.temporal:temporal-testing dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cfa2750..755d969 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.0' // 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.0' } // Checkstyle configuration