From e3cc65bd55db501283605847b59033c7040ddd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:30:03 +0000 Subject: [PATCH] Bump org.springframework.boot from 4.0.1 to 4.0.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/bt/build.gradle | 2 +- tools/st/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bt/build.gradle b/tools/bt/build.gradle index a742331..d52a77c 100644 --- a/tools/bt/build.gradle +++ b/tools/bt/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "4.0.1" + id 'org.springframework.boot' version "4.0.2" id 'java' id 'application' id 'org.graalvm.buildtools.native' version '0.11.3' diff --git a/tools/st/build.gradle b/tools/st/build.gradle index 7ad42a0..9768aaf 100644 --- a/tools/st/build.gradle +++ b/tools/st/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "4.0.1" + id 'org.springframework.boot' version "4.0.2" id 'java' id 'application' id 'org.graalvm.buildtools.native' version '0.11.3'