Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-security-core from 5.2.4.RELEASE to 5.5.7 in /simple-users #17

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump spring-security-core from 5.2.4.RELEASE to 5.5.7 in /simple-users
Bumps [spring-security-core](https://github.com/spring-projects/spring-security) from 5.2.4.RELEASE to 5.5.7.
- [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.2.4.RELEASE...5.5.7)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 25, 2022
commit b2d47ea883af82e655d538da9009a6ce0940d4a7
2 changes: 1 addition & 1 deletion simple-users/pom.xml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
<properties>
<org.slf4j-version>1.7.5</org.slf4j-version>
<org.springframework-version>5.1.5.RELEASE</org.springframework-version>
<spring-security-version>5.2.4.RELEASE</spring-security-version>
<spring-security-version>5.5.7</spring-security-version>
<spring-data.version>Lovelace-RELEASE</spring-data.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>