From f1764e06c6b83a6672b9c6201749adf47cc74582 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Tue, 16 Aug 2022 17:19:14 -0500 Subject: [PATCH] Update to Spring Authorization Server 0.3.1 --- .../spring-boot/java/oauth2/authorization-server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle index 3fc25af..23bba37 100644 --- a/servlet/spring-boot/java/oauth2/authorization-server/build.gradle +++ b/servlet/spring-boot/java/oauth2/authorization-server/build.gradle @@ -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'