From 761d5f5d00cef80fbac388c3608c6e647cacc277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 11:43:27 +0000 Subject: [PATCH] Bump springBootVersion from 3.2.5 to 3.2.6 Bumps `springBootVersion` from 3.2.5 to 3.2.6. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.2.6) Updates `org.springframework.boot:spring-boot-configuration-metadata` from 3.2.5 to 3.2.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-metadata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index f6c546213..c8d57279d 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -7,7 +7,7 @@ repositories { maven { url 'https://repo.spring.io/milestone' } } -def springBootVersion = "3.2.5" +def springBootVersion = "3.2.6" dependencies { api "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"