From 171c9ad86047858411d7b25d148d43c2320c56fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:11:00 +0000 Subject: [PATCH] Bump versions.spring from 6.1.3 to 6.1.5 Bumps `versions.spring` from 6.1.3 to 6.1.5. Updates `org.springframework:spring-context-support` from 6.1.3 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5) Updates `org.springframework:spring-test` from 6.1.3 to 6.1.5 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.5) --- updated-dependencies: - dependency-name: org.springframework:spring-context-support 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 ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index e47e5ab2f..4d69b2d14 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,7 +6,7 @@ ext { versions = [ spring_boot : '3.2.3', - spring : '6.1.3', + spring : '6.1.5', spring_security : '6.2.3', spring_security_jwt : '1.1.1.RELEASE', jcip_annotations : '1.0',