From abdd0a80008025b5c30d256b93077d6943b3fced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:23:11 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter (#3646) 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.3.5 to 3.3.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.3.6) --- 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 7ca57397a..4f9454a0b 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { mockitoVersion = '5.14.2' reactorVersion = '2024.0.0' scalaVersion = '2.13' - springBootVersion = '3.3.5' // docs module + springBootVersion = '3.3.6' // docs module springDataVersion = '2024.1.0' springRetryVersion = '2.0.10' springVersion = '6.2.0'