From e56a9d32df8233fa3f459a6a504757ca57e30925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:35:16 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.6.1 to 3.2.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.1 to 3.2.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...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/asu/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/asu/build.gradle b/tools/asu/build.gradle index 8d1b48c..3e789e4 100644 --- a/tools/asu/build.gradle +++ b/tools/asu/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.springframework.boot' version '2.6.1' + id 'org.springframework.boot' version '3.2.5' id 'java' id 'application' }