From 471da855379775ed46d2810cdfc603ce99086fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:16:16 +0000 Subject: [PATCH] Bump com.github.openstack4j.core:openstack4j-core from 3.11 to 3.12 Bumps [com.github.openstack4j.core:openstack4j-core](https://github.com/openstack4j/openstack4j) from 3.11 to 3.12. - [Release notes](https://github.com/openstack4j/openstack4j/releases) - [Changelog](https://github.com/openstack4j/openstack4j/blob/main/CHANGELOG.md) - [Commits](https://github.com/openstack4j/openstack4j/compare/openstack4j-parent-3.11...openstack4j-parent-3.12) --- updated-dependencies: - dependency-name: com.github.openstack4j.core:openstack4j-core 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 c3a0805..680fa2c 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ ext { deps = [ gocdPluginApi: 'cd.go.plugin:go-plugin-api:23.5.0', mockito : 'org.mockito:mockito-core:5.11.0', - openstack4j : 'com.github.openstack4j.core:openstack4j-core:3.11', + openstack4j : 'com.github.openstack4j.core:openstack4j-core:3.12', cache2k : 'org.cache2k:cache2k-api:2.6.1.Final', ]