From 0e53c090f20b25dc9fea3cdc41a72f981b424bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 18:56:14 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 23.1.0 to 23.2.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 23.1.0 to 23.2.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/23.1.0...23.2.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 e9ecb0d..521fcc2 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ java { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.1.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.2.0', awsSdk : 'com.amazonaws:aws-java-sdk:1.12.511', slf4j : 'org.slf4j:slf4j-api:2.0.7', ]