From 4ed35e4df231a002c512fe01d3225fc9b759496e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Aug 2021 08:21:06 +0000 Subject: [PATCH] Update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.1.RELEASE --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cb948e3..3005999 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-jdbc") implementation("org.springframework.boot:spring-boot-starter-data-jpa") - implementation("org.springframework.security.oauth:spring-security-oauth2:2.5.0.RELEASE") + implementation("org.springframework.security.oauth:spring-security-oauth2:2.5.1.RELEASE") runtimeOnly("com.h2database:h2")