Skip to content

Commit cb840c6

Browse files
committed
move customise oauth2 requests
1 parent b340cad commit cb840c6

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

spring-5-security-oauth/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dependency>
3232
<dependency>
3333
<groupId>org.thymeleaf.extras</groupId>
34-
<artifactId>thymeleaf-extras-springsecurity4</artifactId>
34+
<artifactId>thymeleaf-extras-springsecurity5</artifactId>
3535
</dependency>
3636

3737
<!-- oauth2 -->
@@ -66,6 +66,7 @@
6666
</dependencies>
6767

6868
<properties>
69+
<spring-boot.version>2.1.0.RELEASE</spring-boot.version>
6970
<oauth-auto.version>2.0.1.RELEASE</oauth-auto.version>
7071
<start-class>com.baeldung.oauth2.SpringOAuthApplication</start-class>
7172
</properties>

0 commit comments

Comments
 (0)