From 877894d15857fe3fbf2fda413a18f3439c2d0b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:40:42 +0000 Subject: [PATCH] Bump springBootVersion from 3.1.3 to 3.1.4 Bumps `springBootVersion` from 3.1.3 to 3.1.4. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.3 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.3...v3.1.4) Updates `org.springframework.boot:spring-boot-starter` from 3.1.3 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.3...v3.1.4) Updates `org.springframework.boot:spring-boot-starter-web` from 3.1.3 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.3...v3.1.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example-springboot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-springboot/build.gradle b/example-springboot/build.gradle index e9d6abc..e0b913c 100644 --- a/example-springboot/build.gradle +++ b/example-springboot/build.gradle @@ -1,6 +1,6 @@ buildscript { ext { - springBootVersion = '3.1.3' + springBootVersion = '3.1.4' } repositories { mavenCentral()