Update to Spring Authorization Server 0.2.3

This commit is contained in:
Steve Riesenberg 2022-03-28 11:22:43 -05:00
parent a4c998ed77
commit dbf3fbb635
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521

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.1'
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:0.2.3'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'