aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2023-02-21 21:57:59 +0000
committerGravatar vitalyster2023-02-22 02:09:30 +0300
commit045328cf1b3c55dbdaaabfa5a6a2e891563ecf9d (patch)
tree61466b3945a39576cca85615a63b74acabf6b2d4 /pom.xml
parentadbc08d0585d8d4f510c5e8fdd202ca1bf2067f6 (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.0 to 1.0.1. - [Release notes](https://github.com/spring-projects/spring-authorization-server/releases) - [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.0.0...1.0.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>
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 0a78f76d..aa48b4db 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.0</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>