From 2681b187d733d9b1fadca1c6fb385b0a352df30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 03:20:20 +0000 Subject: [PATCH] Bump org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure Bumps [org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.6.1 to 2.6.8. - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](https://github.com/spring-projects/spring-security/commits) --- updated-dependencies: - dependency-name: org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c5e9353..690885e 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation("org.jetbrains:annotations:24.0.1") implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-validation") - implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.1") + implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.8") implementation("javax.inject:javax.inject:1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8")