From 8746def9a3d743a27a20c9a84c951f6203b092b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:39:05 +0000 Subject: [PATCH] build(deps): bump versions.springFrameworkVersion from 5.3.37 to 5.3.39 Bumps `versions.springFrameworkVersion` from 5.3.37 to 5.3.39. Updates `org.springframework:spring-beans` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-context` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-context-support` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-jdbc` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-test` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-tx` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-web` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) Updates `org.springframework:spring-webmvc` from 5.3.37 to 5.3.39 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.37...v5.3.39) --- 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] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index fb717c47ff..2107416a34 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -9,7 +9,7 @@ versions.apacheDsVersion = "2.0.0.AM27" versions.bouncyCastleVersion = "2.0.0" versions.hamcrestVersion = "3.0" versions.springBootVersion = "2.7.18" -versions.springFrameworkVersion = "5.3.37" +versions.springFrameworkVersion = "5.3.39" versions.springSecurityVersion = "5.8.13" versions.springSecuritySamlVersion = "1.0.10.RELEASE" versions.tomcatCargoVersion = "9.0.91"