From ddbfacb6ebf9f6df18a24aa5f265c55bdf7a5d65 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 3 Jun 2025 13:15:34 +0100 Subject: [PATCH] Upgrade to Develocity Conventions 0.0.23 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 33995e50..fd285ac1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -14,7 +14,7 @@ pluginManagement { } plugins { - id "io.spring.develocity.conventions" version "0.0.21" + id "io.spring.develocity.conventions" version "0.0.23" } rootProject.name = "spring-restdocs"