From afc5154f7235d723b66ab2f410431e665b4d5ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 15:46:06 +0000 Subject: [PATCH] Bump org.springframework.boot in /java-spring-security Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) 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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- java-spring-security/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-spring-security/build.gradle b/java-spring-security/build.gradle index a3d762e..176d6f3 100644 --- a/java-spring-security/build.gradle +++ b/java-spring-security/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.13' + id 'org.springframework.boot' version '2.7.14' id 'io.spring.dependency-management' version '1.1.3' }