From 8d3ffe40bf447727f0507fb5a30863d6bc1a3747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:05:21 +0000 Subject: [PATCH] Update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.5.14 --- 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 c8b5878..045473b 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.3") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.5.14") classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.9.2' //classpath 'org.kordamp.gradle:stats-gradle-plugin:0.2.2' }