From 78777fc8a9b2a43898edfd1259f9faae9d2fc6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 04:58:04 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.7.5 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webflux/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webflux/build.gradle b/webflux/build.gradle index 6299c0f..ea2d01a 100644 --- a/webflux/build.gradle +++ b/webflux/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '2.7.5' + springBootVersion = '3.1.2' } repositories { mavenCentral()