Skip to content

Commit f9668e0

Browse files
Gradle: Bump springOauthVersion from 6.4.4 to 6.4.5
Bumps `springOauthVersion` from 6.4.4 to 6.4.5. Updates `org.springframework.security:spring-security-oauth2-jose` from 6.4.4 to 6.4.5 - [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.4.4...6.4.5) Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.4.4 to 6.4.5 - [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.4.4...6.4.5) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-jose dependency-version: 6.4.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.security:spring-security-oauth2-resource-server dependency-version: 6.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cf6df6 commit f9668e0

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.4.4"
168+
val springOauthVersion = "6.4.5"
169169
val servletApiVersion = "6.1.0"
170170
val oktaSpringBootVersion = "3.0.7"
171171
val tikaVersion = "3.1.0"

0 commit comments

Comments
 (0)