From 61baf8dce7da171c4c86cf3541fd4259a3e7502a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:02:26 +0000 Subject: [PATCH] Bump the gradle-deps group with 2 updates Bumps the gradle-deps group with 2 updates: [cd.go.plugin.base:gocd-plugin-base](https://github.com/gocd-contrib/gocd-plugin-base) and software.amazon.awssdk:bom. Updates `cd.go.plugin.base:gocd-plugin-base` from 2.0.1 to 2.0.2 - [Commits](https://github.com/gocd-contrib/gocd-plugin-base/commits) Updates `software.amazon.awssdk:bom` from 2.48.3 to 2.49.5 --- updated-dependencies: - dependency-name: cd.go.plugin.base:gocd-plugin-base dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: software.amazon.awssdk:bom dependency-version: 2.49.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6d6a4fd..9450364 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ tasks.withType(JavaCompile).configureEach { ext { deps = [ gocdPluginApi : 'cd.go.plugin:go-plugin-api:26.1.0', - gocdPluginBase: 'cd.go.plugin.base:gocd-plugin-base:2.0.1', + gocdPluginBase: 'cd.go.plugin.base:gocd-plugin-base:2.0.2', ] versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] } @@ -68,7 +68,7 @@ ext { dependencies { compileOnly project.deps.gocdPluginApi implementation project.deps.gocdPluginBase - implementation platform('software.amazon.awssdk:bom:2.48.3') + implementation platform('software.amazon.awssdk:bom:2.49.5') implementation('com.amazonaws.secretsmanager:aws-secretsmanager-caching-java:2.2.0') { exclude module: 'netty-nio-client' // Not using async interactions right now. exclude module: 'aws-crt-client' // Huge and native; and only needed for post-quantum crypto