From dde7b99ceea3d3b2f73687834f8b756d82c9984d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:51:49 +0000 Subject: [PATCH] chore(deps): update plugin org.springframework.boot to v3.4.2 Signed-off-by: Renovate Bot --- example-projects/spring-boot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-projects/spring-boot/build.gradle b/example-projects/spring-boot/build.gradle index da51cefc0d..19f4da7a37 100644 --- a/example-projects/spring-boot/build.gradle +++ b/example-projects/spring-boot/build.gradle @@ -9,7 +9,7 @@ buildscript { } plugins { - id 'org.springframework.boot' version '3.4.1' + id 'org.springframework.boot' version '3.4.2' } apply plugin: 'java'