From 9c9304a01ee3d202e9ca7be69549fc312593814b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:30:00 +0200 Subject: [PATCH] build(deps): bump versions.springFrameworkVersion from 5.3.36 to 5.3.37 (#2926) Bumps `versions.springFrameworkVersion` from 5.3.36 to 5.3.37. Updates `org.springframework:spring-beans` 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) Updates `org.springframework:spring-context` 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) Updates `org.springframework:spring-context-support` 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) Updates `org.springframework:spring-jdbc` 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) Updates `org.springframework:spring-test` 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) Updates `org.springframework:spring-tx` 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) Updates `org.springframework:spring-web` 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) Updates `org.springframework:spring-webmvc` 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-beans dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 98960cba0a5..de6e0433f11 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -9,7 +9,7 @@ versions.apacheDsVersion = "2.0.0.AM27" versions.bouncyCastleVersion = "1.0.2.5" versions.hamcrestVersion = "2.2" versions.springBootVersion = "2.7.18" -versions.springFrameworkVersion = "5.3.36" +versions.springFrameworkVersion = "5.3.37" versions.springSecurityVersion = "5.8.12" versions.springSecuritySamlVersion = "1.0.10.RELEASE" versions.tomcatCargoVersion = "9.0.89"