Update to Spring Authorization Server 0.3.1

This commit is contained in:
Steve Riesenberg 2022-08-16 17:19:14 -05:00
parent 83e593b71c
commit f1764e06c6
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:0.2.3'
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:0.3.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'