From 93bce052675f44a47394c9313b79027bd318b2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:24:21 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 24.1.0 to 24.3.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 24.1.0 to 24.3.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/24.1.0...24.3.0) --- updated-dependencies: - dependency-name: cd.go.plugin:go-plugin-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e93cbc..358aea7 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ java { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.1.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.3.0', awsSdk : 'com.amazonaws:aws-java-sdk:1.12.767', ]