From 962d00f8d80f0db296c17b8ec2e71418ae79f0a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:15:43 +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.12 to 2.7.13. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.12...v2.7.13) --- 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 d78a95f..67df058 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.12' + id 'org.springframework.boot' version '2.7.13' id 'io.spring.dependency-management' version '1.1.0' }