From b382c9f34f5f8c342546ebb4bedf234470a552fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 11:05:23 +0000 Subject: [PATCH] build(deps): bump versions.springFrameworkVersion from 5.3.34 to 5.3.35 Bumps `versions.springFrameworkVersion` from 5.3.34 to 5.3.35. Updates `org.springframework:spring-beans` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-context` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-context-support` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-jdbc` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-test` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-tx` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-web` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) Updates `org.springframework:spring-webmvc` from 5.3.34 to 5.3.35 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.34...v5.3.35) --- 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 5d9f5659d1..11eb74a4c3 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.34" +versions.springFrameworkVersion = "5.3.35" versions.springSecurityVersion = "5.8.12" versions.springSecuritySamlVersion = "1.0.10.RELEASE" versions.tomcatCargoVersion = "9.0.89"