diff options
author | dependabot[bot] | 2023-04-18 21:57:57 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-19 04:16:05 +0300 |
commit | 2fcb79c97973e789ace7c064663597fee3a040e2 (patch) | |
tree | 4dc1cc517936d150d0af659005c7f373d2ceb51c /pom.xml | |
parent | 326aca1c5443e064cda97db2eee034e07251ddc6 (diff) |
build(deps): bump spring-security-oauth2-authorization-server
Bumps [spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.0.1...1.0.2)
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-oauth2-authorization-server
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-authorization-server</artifactId> - <version>1.0.1</version> + <version>1.0.2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |