From 5dd4ad6384f0a43e96229c05e42725b2160db7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:40:39 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.18 to 4.0.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.18 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 017ae94..adf7064 100644 --- a/tools/bt/build.gradle +++ b/tools/bt/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "2.7.18" + id 'org.springframework.boot' version "4.0.0" 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 1304838..1bdc170 100644 --- a/tools/st/build.gradle +++ b/tools/st/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "2.7.18" + id 'org.springframework.boot' version "4.0.0" id 'java' id 'application' id 'org.graalvm.buildtools.native' version '0.11.3'