From 86e651a3b6b9353690e1bbf95e7176c2c32a926a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:38:04 +0000 Subject: [PATCH] Bump org.springframework:spring-context-indexer from 6.0.6 to 6.1.14 Bumps [org.springframework:spring-context-indexer](https://github.com/spring-projects/spring-framework) from 6.0.6 to 6.1.14. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.6...v6.1.14) --- updated-dependencies: - dependency-name: org.springframework:spring-context-indexer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2dc0e1e..9b0155b6 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ bootJar { ext { springBootVersion = '3.2.10' - springVersion = '6.0.6' + springVersion = '6.1.14' springOauth2Version = "2.5.2.RELEASE" springOauth2AutoconfigureVersion = "2.6.8" springDocVersion = '2.2.0'