From fc5276e78bd66138d876e3ba5997365f52991db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 13:33:00 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.1.3.RELEASE to 3.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.1.3.RELEASE...v3.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7983739..2c19474 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ allprojects { dependencyManagement { imports { - mavenBom "org.springframework.boot:spring-boot-dependencies:2.1.3.RELEASE" + mavenBom "org.springframework.boot:spring-boot-dependencies:3.1.1" } } }