From 147064764d6d8aab71ea5379ad9ea4f1ba73b0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 10:48:32 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter 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.9 to 3.2.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.9...v3.2.10) --- 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c531a4bc..dbc805c58 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ ext { mockitoVersion = '5.6.0' reactorVersion = '2023.0.10' scalaVersion = '2.13' - springBootVersion = '3.2.9' // docs module + springBootVersion = '3.2.10' // docs module springDataVersion = '2023.1.10' springRetryVersion = '2.0.9' springVersion = '6.1.13'