From 6c2f618b94e90927fb54e6a4ff25f4cc93cce315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:36:20 +0000 Subject: [PATCH] deps(deps): bump io.temporal:temporal-testing from 1.27.0 to 1.32.1 Bumps [io.temporal:temporal-testing](https://github.com/temporalio/sdk-java) from 1.27.0 to 1.32.1. - [Release notes](https://github.com/temporalio/sdk-java/releases) - [Commits](https://github.com/temporalio/sdk-java/compare/v1.27.0...v1.32.1) --- updated-dependencies: - dependency-name: io.temporal:temporal-testing dependency-version: 1.32.1 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..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