From 9614a252c9f6796045420ed6089651c158018659 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Tue, 18 Jan 2022 05:51:50 -0500 Subject: [PATCH] Upgrade io.spring.ge.conventions to 0.0.9 Closes gh-578 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index ebf3c4a5..7ab44d88 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id "com.gradle.enterprise" version "3.8" - id "io.spring.ge.conventions" version "0.0.7" + id "io.spring.ge.conventions" version "0.0.9" } rootProject.name = 'spring-authorization-server'