From a677d9b96875aac70cc4e3c2f7d5e11426e82690 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Jun 2021 05:51:51 +0000 Subject: [PATCH] Bump springSecurityVersion in /resource-server Bumps `springSecurityVersion` from 5.3.4.RELEASE to 5.4.7. Updates `spring-security-oauth2-resource-server` from 5.3.4.RELEASE to 5.4.7 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.3.4.RELEASE...5.4.7) Updates `spring-security-oauth2-jose` from 5.3.4.RELEASE to 5.4.7 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.3.4.RELEASE...5.4.7) Updates `spring-security-config` from 5.3.4.RELEASE to 5.4.7 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/compare/5.3.4.RELEASE...5.4.7) Signed-off-by: dependabot-preview[bot] --- resource-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource-server/build.gradle b/resource-server/build.gradle index 03a7bc1..d57c339 100644 --- a/resource-server/build.gradle +++ b/resource-server/build.gradle @@ -10,7 +10,7 @@ sourceCompatibility = '1.8' ext { springVersion = '2.3.4.RELEASE' - springSecurityVersion = '5.3.4.RELEASE' + springSecurityVersion = '5.4.7' } repositories {