From dae8a9f2ebb53ce216c87acd32280dbbc5dfe0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:29:09 -0400 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter (#3378) Bumps the development-dependencies group with 1 update: [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter` from 3.2.7 to 3.2.8 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.7...v3.2.8) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c6c23aaf6..f30da17ada 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ ext { mockitoVersion = '5.10.0' reactorVersion = '2023.0.8' scalaVersion = '2.13' - springBootVersion = '3.2.7' // docs module + springBootVersion = '3.2.8' // docs module springDataVersion = '2024.0.2' springRetryVersion = '2.0.7' springVersion = '6.1.11'