From 91328af12d782b9f602cd7d52c76b9a3eebde949 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 19 Aug 2024 13:59:58 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.3.2 --- build.gradle | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index fa6ff0cef..397f898bc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '3.3.0' + id 'org.springframework.boot' version '3.3.2' 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 a9bbd2959..c948f9e33 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.0 + 3.3.2 petclinic @@ -221,7 +221,7 @@ spring-boot-maven-plugin - build-info @@ -385,7 +385,7 @@ - org.eclipse.m2e @@ -443,4 +443,4 @@ - \ No newline at end of file +