From ff5dbd347f1aa13229d496e6e37e85104503b57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:57:00 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...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] --- examples/spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spring/build.gradle b/examples/spring/build.gradle index cabca4e..c853c15 100644 --- a/examples/spring/build.gradle +++ b/examples/spring/build.gradle @@ -4,7 +4,7 @@ plugins { } dependencies { - implementation enforcedPlatform('org.springframework.boot:spring-boot-dependencies:2.7.5') + implementation enforcedPlatform('org.springframework.boot:spring-boot-dependencies:3.1.1') implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation enforcedPlatform(project(':dependencies'))