Skip to content

Commit 23927f7

Browse files
committed
Update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.1.RELEASE
1 parent 0d91d40 commit 23927f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ServiceA/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.springframework.security.oauth</groupId>
4646
<artifactId>spring-security-oauth2</artifactId>
47-
<version>2.0.6.RELEASE</version>
47+
<version>2.5.1.RELEASE</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>

ServiceB/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- for OAuth2RestTemplate in tests -->
5555
<groupId>org.springframework.security.oauth</groupId>
5656
<artifactId>spring-security-oauth2</artifactId>
57-
<version>2.0.6.RELEASE</version>
57+
<version>2.5.1.RELEASE</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

0 commit comments

Comments
 (0)