From 3b355a027870f0fc737ebba38cba48e5055c22a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:54:08 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 5.3.32 to 5.3.33 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 5.3.32 to 5.3.33. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.32...v5.3.33) --- 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 f25ec87b9e..0c49b2cc1a 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.32" +org-springframework = "5.3.33" [libraries] ch-qos-logback-logback-classic = "ch.qos.logback:logback-classic:1.2.13"