Skip to content

Commit fa13c81

Browse files
Bump spring-security-oauth2-autoconfigure from 2.5.5 to 2.5.6 (heowc#533)
Bumps [spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.5.5 to 2.5.6. - [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/commits) --- updated-dependencies: - dependency-name: org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3da0b5d commit fa13c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootOAuth2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
annotationProcessor 'org.projectlombok:lombok'
1919

2020
implementation 'org.springframework.boot:spring-boot-starter-security'
21-
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.5'
21+
implementation 'org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.5.6'
2222
implementation 'org.springframework.boot:spring-boot-starter-web'
2323
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2424
}

0 commit comments

Comments
 (0)