From f6f923bd39fe9a2e8001c9a45c8628a80d1aa62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 24 Sep 2024 16:15:42 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.3.4 --- build.gradle | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 397f898bc..aa7c51244 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.2' + id 'org.springframework.boot' version '3.3.4' id 'io.spring.dependency-management' version '1.1.5' id 'org.graalvm.buildtools.native' version '0.10.2' id 'org.cyclonedx.bom' version '1.8.2' diff --git a/pom.xml b/pom.xml index ee256750e..276d501f8 100644 --- a/pom.xml +++ b/pom.xml @@ -10,8 +10,8 @@ org.springframework.boot spring-boot-starter-parent - 3.3.3 - + 3.3.4 + petclinic @@ -271,7 +271,7 @@ - + org.cyclonedx cyclonedx-maven-plugin