Skip to content

Commit 09c2ccc

Browse files
authored
upgarding org.springframework.security.oauth:spring-security-oauth2 to version 2.3.6
1 parent 709a96c commit 09c2ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/samples/msal-obo-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.springframework.security.oauth</groupId>
6060
<artifactId>spring-security-oauth2</artifactId>
61-
<version>2.3.3.RELEASE</version>
61+
<version>2.3.6.RELEASE</version>
6262
</dependency>
6363

6464
<dependency>
@@ -89,4 +89,4 @@
8989
</plugins>
9090
</build>
9191

92-
</project>
92+
</project>

0 commit comments

Comments
 (0)