From 0507c2b24adf6704189b175d29175526d007ee1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:54:05 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.17 to 3.2.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.17 to 3.2.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.17...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot 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 eeee716..4a99cd4 100644 --- a/tools/bt/build.gradle +++ b/tools/bt/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "2.7.17" + id 'org.springframework.boot' version "3.2.5" id 'java' id 'application' } diff --git a/tools/st/build.gradle b/tools/st/build.gradle index acd2178..709a304 100644 --- a/tools/st/build.gradle +++ b/tools/st/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version "2.7.17" + id 'org.springframework.boot' version "3.2.5" id 'java' id 'application' }