Skip to content

Commit 9090b05

Browse files
committed
Upgrade to Spring Boot 2.1 M1 and Spring Security 5.1 M1
1 parent 335e51d commit 9090b05

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.0.BUILD-SNAPSHOT</version>
17+
<version>2.1.0.M1</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ spring:
66
client:
77
registration:
88
okta:
9-
client-id: 0oafrf327dXcTWh3j0h7
10-
client-secret: gXoRPO1uKff1X12MZpGIppbsyDDvi6QHFrfqooFU
9+
client-id: 0oafudk8gcSusspTN0h7
10+
client-secret: ZjAdC_75kgU3y1N7E5Kp_BmEY8LhNE3B3DyaFeBx
1111
scope: openid email profile
1212
provider:
1313
okta:

0 commit comments

Comments
 (0)