From 90425fe75dad3c200962971a82d7a9e7b6ec3d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 03:21:57 +0000 Subject: [PATCH] Bump io.spring.ge.conventions from 0.0.7 to 0.0.14 Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.7 to 0.0.14. - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.7...v0.0.14) --- updated-dependencies: - dependency-name: io.spring.ge.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 766c1882b..1427c6f35 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.12.6" - id "io.spring.ge.conventions" version "0.0.7" + id "io.spring.ge.conventions" version "0.0.14" } rootProject.name = 'spring-session-build'