From ddbd8bff2505f68dadbfb643f2106e7f0a320372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:22:57 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.1.1 to 6.1.3 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.1 to 6.1.3. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.1...v6.1.3) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ea2834128..2264eaec8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.2.1" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.1" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.3" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.3.0-SNAPSHOT" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.1" org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1"