From a856d67ebc0c80914c3e5d346a8b09a076b5bd8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 08:42:14 +0000 Subject: [PATCH] build(deps): bump versions.springBootVersion from 2.7.13 to 2.7.14 Bumps `versions.springBootVersion` from 2.7.13 to 2.7.14. Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.13 to 2.7.14 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.13...v2.7.14) Updates `org.springframework.boot:spring-boot-gradle-plugin` from 2.7.13 to 2.7.14 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.13...v2.7.14) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index f70dc05b0c7..82c76abd62d 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -8,7 +8,7 @@ versions.aspectJVersion = "1.9.4" versions.apacheDsVersion = "2.0.0.AM26" versions.bouncyCastleVersion = "1.75" versions.hamcrestVersion = "2.2" -versions.springBootVersion = "2.7.13" +versions.springBootVersion = "2.7.14" versions.springSecurityJwtVersion = "1.1.1.RELEASE" versions.springSecurityOAuthVersion = "2.5.2.RELEASE" versions.springSecuritySamlVersion = "1.0.10.RELEASE"