From 55677ec354fcfef22f6b2d12b0641d1c1d78556d Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Thu, 27 Apr 2023 18:22:02 -0400 Subject: [PATCH] Update io.spring.ge.conventions plugin to 0.0.13 Closes gh-1190 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e653ad7a..91482b1c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.10.2" - id "io.spring.ge.conventions" version "0.0.11" + id "io.spring.ge.conventions" version "0.0.13" } dependencyResolutionManagement {