From 9f9366156ac8ea17c44d89943755ddd6f65c9b4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:57:53 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 5.3.20 to 6.0.6 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.3.20 to 6.0.6. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v6.0.6) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hmac-auth-server-spring/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmac-auth-server-spring/build.gradle b/hmac-auth-server-spring/build.gradle index bc3d537..b6fcd8f 100644 --- a/hmac-auth-server-spring/build.gradle +++ b/hmac-auth-server-spring/build.gradle @@ -1,6 +1,6 @@ dependencies { compile 'org.springframework:spring-beans:5.3.20' - compile 'org.springframework:spring-context:5.3.20' + compile 'org.springframework:spring-context:6.0.6' compile 'org.slf4j:slf4j-api:1.7.36'