瀏覽代碼

Update to Spring Authorization Server 0.2.3

Steve Riesenberg 3 年之前
父節點
當前提交
b42984ef8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      servlet/spring-boot/java/oauth2/authorization-server/build.gradle

+ 1 - 1
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.0'
+	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'