From d3bb687d76f563c3f856d0b1a6685009653b3166 Mon Sep 17 00:00:00 2001 From: Amit Pandey Date: Mon, 11 Mar 2024 03:11:00 +0530 Subject: [PATCH] JAVA-30995 :- Upgrade to Spring boot 3 and fix tests not passing (#16088) --- spring-boot-modules/pom.xml | 2 +- spring-boot-modules/spring-boot-jsp/pom.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-boot-modules/pom.xml b/spring-boot-modules/pom.xml index 49f9a0a43a..4504aff083 100644 --- a/spring-boot-modules/pom.xml +++ b/spring-boot-modules/pom.xml @@ -45,7 +45,7 @@ spring-boot-jasypt - + spring-boot-jsp spring-boot-keycloak spring-boot-keycloak-2 diff --git a/spring-boot-modules/spring-boot-jsp/pom.xml b/spring-boot-modules/spring-boot-jsp/pom.xml index f4230a12f1..717267cfd3 100644 --- a/spring-boot-modules/spring-boot-jsp/pom.xml +++ b/spring-boot-modules/spring-boot-jsp/pom.xml @@ -55,6 +55,7 @@ org.springframework.boot spring-boot-devtools + org.projectlombok lombok @@ -101,8 +102,9 @@ 1.2 - 2.4.4 + 3.2.2 1.10.0 + 5.10.2 \ No newline at end of file