From b8271e9e44069c60414e849ea426c9358cf37fa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:40:17 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3 --- notification-portlet-webapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-portlet-webapp/build.gradle b/notification-portlet-webapp/build.gradle index cdf39485..2bc9336d 100644 --- a/notification-portlet-webapp/build.gradle +++ b/notification-portlet-webapp/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '1.5.22.RELEASE' + springBootVersion = '3.3.5' } repositories { mavenCentral()