From a37402d79e33a22cf3428771663d3a333e98470c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 19:14:33 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot from 2.4.5 to 3.1.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.4.5 to 3.1.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.5...v3.1.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b57956e..70fa40a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ plugins { id 'application' id "com.diffplug.spotless" version "6.21.0" - id 'org.springframework.boot' version '2.4.5' + id 'org.springframework.boot' version '3.1.3' id 'io.spring.dependency-management' version '1.1.3' }