From a7eea43925e1c8aea87b07c959797226db864855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Mon, 8 Jul 2024 15:21:18 +0200 Subject: [PATCH] (2.0.x): Upgrading Spring Boot to 3.0.13 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index bfbbca8..3e9e9c1 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { } plugins { id "io.spring.nohttp" version "0.0.11" - id 'org.springframework.boot' version "3.0.11" + id 'org.springframework.boot' version "3.0.13" id 'org.asciidoctor.jvm.pdf' id 'org.asciidoctor.jvm.convert' }