From aa9b9e7f4353a9a7667aaa58acd9fb7b9dd48b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 21 May 2024 09:01:29 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.2.5 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e2f5769e8..ceb7d9efb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.2.0' + id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.4' id 'org.graalvm.buildtools.native' version '0.9.28' id 'io.spring.javaformat' version '0.0.41' diff --git a/pom.xml b/pom.xml index cf47f8aa6..b22644eee 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.2.5 petclinic