From fa63e21c1d95b945c3c641e56de373e6d045bc14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:27:50 +0000 Subject: [PATCH] Bump io.spring.develocity.conventions from 0.0.20 to 0.0.21 Bumps [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) from 0.0.20 to 0.0.21. - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.20...v0.0.21) --- updated-dependencies: - dependency-name: io.spring.develocity.conventions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9cfa3372b0..6d31c39a75 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { plugins { id "com.gradle.develocity" version "3.18" - id "io.spring.develocity.conventions" version "0.0.20" + id "io.spring.develocity.conventions" version "0.0.21" } dependencyResolutionManagement {