From ec8627f606622da3360fa6509a1da35e1e9034a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:19:27 +0000 Subject: [PATCH] Bump versions.spring from 5.3.37 to 5.3.39 Bumps `versions.spring` from 5.3.37 to 5.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-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) --- 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 caec8d52..defae7e6 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,7 +6,7 @@ ext { versions = [ spring_boot : '2.7.18', - spring : '5.3.37', + spring : '5.3.39', spring_security : '5.8.13', spring_security_jwt : '1.1.1.RELEASE', jcip_annotations : '1.0',