From bb6088bbcb10fd3624f9b63802b570807b12360f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:39:44 +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..a285c90 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.3") } } diff --git a/pom.xml b/pom.xml index 7eee447..3ac2a68 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.4.RELEASE + 3.2.3 fr.recia