From 2537a033f5ec3aa1aba0e6a06cbb56f740ea6108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 04:05:14 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 5.3.36 to 5.3.37 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.36 to 5.3.37. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.36...v5.3.37) --- 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 51975013d3..dee81f60ce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ org-mockito = "4.8.1" org-opensaml4 = "4.1.0" org-opensaml3 = "3.4.6" org-slf4j = "1.7.36" -org-springframework = "5.3.36" +org-springframework = "5.3.37" [libraries] ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.2.13"