From b7094f9696bf365fbed1d241f553bebc10537438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:51:42 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.0.12 to 6.0.13 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.12 to 6.0.13. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.13) --- 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 90e5bb2c41..d60a159e57 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ org-jetbrains-kotlinx = "1.6.4" org-junit-jupiter = "5.9.3" org-mockito = "4.8.1" org-opensaml = "4.1.1" -org-springframework = "6.0.12" +org-springframework = "6.0.13" [libraries] ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.4.11"