Skip to content

Commit

Permalink
Bump org.springframework.security.oauth.boot:spring-security-oauth2-a…
Browse files Browse the repository at this point in the history
…utoconfigure

Bumps [org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure](https://github.com/spring-projects/spring-security) from 2.6.1 to 2.6.8.
- [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]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 8f42ca2 commit 2681b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation("org.jetbrains:annotations:24.0.1")
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.1")
implementation("org.springframework.security.oauth.boot:spring-security-oauth2-autoconfigure:2.6.8")
implementation("javax.inject:javax.inject:1")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8")
Expand Down

0 comments on commit 2681b18

Please sign in to comment.