Skip to content

Commit

Permalink
Bump versions.spring_security from 6.3.2 to 6.3.3
Browse files Browse the repository at this point in the history
Bumps `versions.spring_security` from 6.3.2 to 6.3.3.

Updates `org.springframework.security:spring-security-core` from 6.3.2 to 6.3.3
- [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.3.2...6.3.3)

Updates `org.springframework.security:spring-security-web` from 6.3.2 to 6.3.3
- [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.3.2...6.3.3)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 27, 2024
1 parent 5247c3a commit 9be3c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
versions = [
spring_boot : '3.3.3',
spring : '6.1.12',
spring_security : '6.3.2',
spring_security : '6.3.3',
spring_security_jwt : '1.1.1.RELEASE',
jcip_annotations : '1.0',
logback_classic : '1.5.7',
Expand Down

0 comments on commit 9be3c8d

Please sign in to comment.