Skip to content

Commit

Permalink
Bump springSecurityVersion from 5.8.9 to 5.8.10
Browse files Browse the repository at this point in the history
Bumps `springSecurityVersion` from 5.8.9 to 5.8.10.

Updates `org.springframework.security:spring-security-web` from 5.8.9 to 5.8.10
- [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@5.8.9...5.8.10)

Updates `org.springframework.security:spring-security-oauth2-client` from 5.8.9 to 5.8.10
- [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@5.8.9...5.8.10)

Updates `org.springframework.security:spring-security-oauth2-jose` from 5.8.9 to 5.8.10
- [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@5.8.9...5.8.10)

Updates `org.springframework.security:spring-security-config` from 5.8.9 to 5.8.10
- [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@5.8.9...5.8.10)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-oauth2-jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 15e661d commit 1da1b78
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 @@ -24,7 +24,7 @@ sourceCompatibility = '1.8'

ext {
springVersion = '2.7.18'
springSecurityVersion = '5.8.9'
springSecurityVersion = '5.8.10'
cfEnvSsoVersion = '2.5.0'
}

Expand Down

0 comments on commit 1da1b78

Please sign in to comment.