aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-05-16 23:08:51 +0000
committerGravatar vitalyster2023-05-17 02:26:56 +0300
commitd8c33f914bb8b17cf20600c13090c9a821047a06 (patch)
tree27104a4c35cc733ec9ba0aca437f3b952990ad38 /pom.xml
parenta76d18006f5c62063d678055d69c50942df78f8b (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.2 to 1.1.0. - [Release notes](https://github.com/spring-projects/spring-authorization-server/releases) - [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.0.2...1.1.0) --- updated-dependencies: - dependency-name: org.springframework.security:spring-security-oauth2-authorization-server dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0b150c10..1479cb2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-authorization-server</artifactId>
- <version>1.0.2</version>
+ <version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>