From d031794019d2cae532e8e8f7131c7827cb96f149 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:24:30 +0000 Subject: [PATCH] fix(deps): update spring boot to v3 --- build.gradle | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 26beec3..f2342d4 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.4.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.4") } } diff --git a/pom.xml b/pom.xml index 7eee447..c1bdb3e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 3.2.4 fr.recia