From f66f322014741ae0a2bcc8573e6316bcf8f97472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:01:56 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.0-M6 to 6.2.1 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.0-M6 to 6.2.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0-M6...v6.2.1) --- 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 4266b1c..643c0ee 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ org-springframework-boot = "3.4.0-SNAPSHOT" [libraries] -org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.0-M6" +org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.1" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.0.2" org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:3.3.0-SNAPSHOT" org-springframework-ldap-spring-ldap-test = "org.springframework.ldap:spring-ldap-test:3.3.0-SNAPSHOT"