From 54f9ffafe870047f5c3b9dd5a23bb49db8084bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 03:10:02 +0000 Subject: [PATCH] Bump org.springframework.security:spring-security-oauth2-authorization-server Bumps [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/spring-projects/spring-authorization-server/releases) - [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-authorization-server dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3940535..ad680ad 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ org-springframework-boot = "3.2.3" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.1.4" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.2.2" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2023.1.3" -org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.1" +org-springframework-security-spring-security-oauth2-authorization-server = "org.springframework.security:spring-security-oauth2-authorization-server:1.2.2" [plugins] io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.4" }