diff options
author | dependabot[bot] | 2023-06-20 21:57:30 +0000 |
---|---|---|
committer | vitalyster | 2023-06-21 01:50:08 +0300 |
commit | 0042b7df1980a9c961183194d3717d21f6c00bdf (patch) | |
tree | a34d73ca69eb79476ad5425d0cde1944c614f998 | |
parent | 10dcb7324fac83c0190ff4a842360a035449f278 (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.1.0 to 1.1.1.
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.1.0...1.1.1)
---
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>
-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.1.0</version> + <version>1.1.1</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |