Skip to content

Commit a40b81d

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 833ef8f commit a40b81d

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
@@ -168,7 +168,7 @@ val hashidsVersion = "1.0.3"
168168
val springOauthAutoConfigureVersion = "2.6.8"
169169
val springSecurityJwtVersion = "1.1.1.RELEASE"
170170
val springDocVersion = "2.8.12"
171-
val springOauthVersion = "6.5.3"
171+
val springOauthVersion = "6.5.4"
172172
val servletApiVersion = "6.1.0"
173173
val tikaVersion = "3.2.2"
174174
val redisOMVersion = "1.0.0"

0 commit comments

Comments
 (0)