From c50ce96fd6b9e8ba602c761d8e113db00c6c83c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:43:28 +0000 Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 24.3.0 to 24.4.0 Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 24.3.0 to 24.4.0. - [Release notes](https://github.com/gocd/gocd/releases) - [Commits](https://github.com/gocd/gocd/compare/24.3.0...24.4.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2e98f1ea..8eb12723 100644 --- a/build.gradle +++ b/build.gradle @@ -73,7 +73,7 @@ configurations { } dependencies { - compileOnly 'cd.go.plugin:go-plugin-api:24.3.0' + compileOnly 'cd.go.plugin:go-plugin-api:24.4.0' implementation 'com.google.code.gson:gson:2.11.0' implementation('org.postgresql:postgresql:42.7.4') { exclude(module: 'checker-qual') @@ -88,7 +88,7 @@ dependencies { testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'org.jsoup:jsoup:1.18.1' testImplementation 'org.skyscreamer:jsonassert:1.5.3' - testImplementation 'cd.go.plugin:go-plugin-api:24.3.0' + testImplementation 'cd.go.plugin:go-plugin-api:24.4.0' integrationTestImplementation 'org.slf4j:slf4j-simple:2.0.16' }