From c52ea84f31532fb6ddda56f65f42dedf5161a920 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 18 May 2024 01:40:10 +0000
Subject: [PATCH] Bump cd.go.plugin:go-plugin-api from 23.5.0 to 24.1.0

Bumps [cd.go.plugin:go-plugin-api](https://github.com/gocd/gocd) from 23.5.0 to 24.1.0.
- [Release notes](https://github.com/gocd/gocd/releases)
- [Commits](https://github.com/gocd/gocd/compare/23.5.0...24.1.0)

---
updated-dependencies:
- dependency-name: cd.go.plugin:go-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ac3fee2..323b4d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,7 +56,7 @@ java {
 
 ext {
     deps = [
-        gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.5.0',
+        gocdPluginApi: 'cd.go.plugin:go-plugin-api:24.1.0',
         mockito      : 'org.mockito:mockito-core:5.12.0',
         openstack4j  : 'com.github.openstack4j.core:openstack4j-core:3.12',
         cache2k      : 'org.cache2k:cache2k-api:2.6.1.Final',