This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-fence.git
The following commit(s) were added to refs/heads/master by this push:
new 283ab45 Bump spring-security-oauth2 in /api/common/service (#45)
283ab45 is described below
commit 283ab457953ef23c879762ce6decc09c865d7a5c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 30 16:51:14 2022 +0800
Bump spring-security-oauth2 in /api/common/service (#45)
---
api/common/service/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api/common/service/pom.xml b/api/common/service/pom.xml
index f1d134b..660db15 100644
--- a/api/common/service/pom.xml
+++ b/api/common/service/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
- <version>2.3.2.RELEASE</version>
+ <version>2.3.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>