Skip to content

Commit 362e637

Browse files
committed
Align version of auth2-autoconfigure with spring
1 parent 640e9b6 commit 362e637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.3.12.RELEASE</version>
15+
<version>2.3.12.RELEASE</version>
1616
<relativePath />
1717
</parent>
1818

@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>org.springframework.security.oauth.boot</groupId>
105105
<artifactId>spring-security-oauth2-autoconfigure</artifactId>
106-
<version>2.3.11.RELEASE</version>
106+
<version>2.3.12.RELEASE</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.springframework.security</groupId>

0 commit comments

Comments
 (0)