From bb4c36c752cc6514e4baae220eedc1516d292f47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 18:35:35 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-gradle-plugin to v4 --- sample-handler/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-handler/build.gradle b/sample-handler/build.gradle index cac262a..30fb79c 100644 --- a/sample-handler/build.gradle +++ b/sample-handler/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.14") + classpath("org.springframework.boot:spring-boot-gradle-plugin:4.0.6") classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2' //classpath 'org.kordamp.gradle:stats-gradle-plugin:0.2.2' }