From 1f44d304abc625663d85c4b3149d8dd93c790c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:21:20 +0200 Subject: [PATCH] 3.2.x: Bump io.spring.ge.conventions from 0.0.15 to 0.0.17 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.15 to 0.0.17. - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.15...v0.0.17) --- 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> Co-authored-by: Alberto C. RĂ­os --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 4931a10..d13d201 100644 --- a/settings.gradle +++ b/settings.gradle @@ -32,7 +32,7 @@ pluginManagement { plugins { id 'com.gradle.enterprise' version '3.17.6' - id 'io.spring.ge.conventions' version '0.0.15' + id 'io.spring.ge.conventions' version '0.0.17' } dependencyResolutionManagement {