From e2cfbb4d86414a1b1caf13f18e1d12087f906f64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:56:45 +0000 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v4 --- 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..91f7ade5 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 = '4.0.2' } repositories { mavenCentral()