From f6837716920e0863d2f3a65fb0fe14690394dca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:29:53 +0000 Subject: [PATCH] Gradle: Bump springOauthVersion from 6.5.3 to 6.5.4 Bumps `springOauthVersion` from 6.5.3 to 6.5.4. Updates `org.springframework.security:spring-security-oauth2-jose` from 6.5.3 to 6.5.4 - [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/compare/6.5.3...6.5.4) Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.5.3 to 6.5.4 - [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/compare/6.5.3...6.5.4) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-jose dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-oauth2-resource-server dependency-version: 6.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6037b1..0ca93ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -165,7 +165,7 @@ val hashidsVersion = "1.0.3" val springOauthAutoConfigureVersion = "2.6.8" val springSecurityJwtVersion = "1.1.1.RELEASE" val springDocVersion = "2.8.6" -val springOauthVersion = "6.5.1" +val springOauthVersion = "6.5.4" val servletApiVersion = "6.1.0" val tikaVersion = "3.1.0" val redisOMVersion = "0.9.10"