From d697d90b12589e572bb02621ea3322193cea8608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:56:51 +0000 Subject: [PATCH] Bump io.temporal:temporal-sdk from 0.29.1 to 1.18.2 Bumps [io.temporal:temporal-sdk](https://github.com/temporalio/sdk-java) from 0.29.1 to 1.18.2. - [Release notes](https://github.com/temporalio/sdk-java/releases) - [Commits](https://github.com/temporalio/sdk-java/compare/v0.29.1...v1.18.2) --- updated-dependencies: - dependency-name: io.temporal:temporal-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c3ea016..bded4199 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation group: 'io.temporal', name: 'temporal-sdk', version: '0.29.1' + implementation group: 'io.temporal', name: 'temporal-sdk', version: '1.18.2' implementation group: 'commons-configuration', name: 'commons-configuration', version: '1.10' implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'