From 75054e025b5cf09215088594819ea8e36c8b1593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 16:47:34 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.5.0 to 3.5.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.0...v3.5.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20933193e..08f846b7b 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ import java.nio.file.Files import java.time.Year ext { - springBootVersion = "3.5.0" + springBootVersion = "3.5.3" pdfboxVersion = "3.0.5" imageioVersion = "3.12.0" lombokVersion = "1.18.38"