From 3c363efa4fc01cf79a705faa650c2783c6191ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:54:24 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/redis-cache-failure-handling/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/redis-cache-failure-handling/build.gradle b/examples/redis-cache-failure-handling/build.gradle index da4cb8d..18cf0c6 100644 --- a/examples/redis-cache-failure-handling/build.gradle +++ b/examples/redis-cache-failure-handling/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.1' + springBootVersion = '3.1.4' } repositories { mavenCentral()