Skip to content

Commit f683771

Browse files
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](spring-projects/spring-security@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](spring-projects/spring-security@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] <support@github.com>
1 parent ba7a439 commit f683771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ val hashidsVersion = "1.0.3"
165165
val springOauthAutoConfigureVersion = "2.6.8"
166166
val springSecurityJwtVersion = "1.1.1.RELEASE"
167167
val springDocVersion = "2.8.6"
168-
val springOauthVersion = "6.5.1"
168+
val springOauthVersion = "6.5.4"
169169
val servletApiVersion = "6.1.0"
170170
val tikaVersion = "3.1.0"
171171
val redisOMVersion = "0.9.10"

0 commit comments

Comments
 (0)