Skip to content

Commit

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

Updates `org.springframework.security:spring-security-core` from 6.1.3 to 6.1.4
- [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.1.3...6.1.4)

Updates `org.springframework.security:spring-security-web` from 6.1.3 to 6.1.4
- [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.1.3...6.1.4)

---
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 Sep 25, 2023
1 parent 0c58c93 commit 3b87676
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.1.3',
spring : '6.0.12',
spring_security : '6.1.3',
spring_security : '6.1.4',
spring_security_jwt : '1.1.1.RELEASE',
jcip_annotations : '1.0',
logback_classic : '1.4.11',
Expand Down

0 comments on commit 3b87676

Please sign in to comment.