From 5388573c7eddc87dfc7263c7af78519b6f67a68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:07:24 +0100 Subject: [PATCH] 2.3.x: Bump io.spring.ge.conventions from 0.0.14 to 0.0.15 (#206) Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: io.spring.ge.conventions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 5592ecc..efff9c1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -34,7 +34,7 @@ pluginManagement { plugins { id 'com.gradle.enterprise' version '3.14.1' - id 'io.spring.ge.conventions' version '0.0.14' + id 'io.spring.ge.conventions' version '0.0.15' } rootProject.name = 'spring-credhub'