Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Bump spring-security.version from 5.8.2 to 5.8.3 (#2056)
Browse files Browse the repository at this point in the history
Bumps `spring-security.version` from 5.8.2 to 5.8.3.

Updates `spring-security-core` from 5.8.2 to 5.8.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@5.8.2...5.8.3)

Updates `spring-security-config` from 5.8.2 to 5.8.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@5.8.2...5.8.3)

Updates `spring-security-web` from 5.8.2 to 5.8.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@5.8.2...5.8.3)

Updates `spring-security-crypto` from 5.8.2 to 5.8.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@5.8.2...5.8.3)

Updates `spring-security-test` from 5.8.2 to 5.8.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@5.8.2...5.8.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-config
  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
- dependency-name: org.springframework.security:spring-security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.security:spring-security-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 18, 2023
1 parent 15a1f34 commit 3736001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<!-- If you update spring-cloud, see if it references the correct spring-vault-core version again, then remove the following: -->
<spring-vault-core.version>2.3.3</spring-vault-core.version>
<spring-retry.version>1.3.4</spring-retry.version>
<spring-security.version>5.8.2</spring-security.version>
<spring-security.version>5.8.3</spring-security.version>
<protobuf.version>3.21.9</protobuf.version><!-- DO NOT UPGRADE, later versions made it impossible to merge yaml configs -->
<json-simple.version>1.1.1</json-simple.version>
<everit-json-schema.version>1.14.2</everit-json-schema.version>
Expand Down

0 comments on commit 3736001

Please sign in to comment.