From a0ba185b49f2a103a38ccb6eb7ff33d05ec570b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:14:09 +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 568570b6..f91bf1dc 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.4.3' } repositories { mavenCentral()