diff options
author | Vitaly Takmazov | 2021-12-04 01:09:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-12-04 01:09:04 +0300 |
commit | cd06989e512d3c3d56b0664e4015b297d71021ce (patch) | |
tree | 6a579a9361c53bfb89d53508744c93038c621d00 | |
parent | 9a4b12553f904fa8768fe04f5e23b76eaa7e32cd (diff) |
Bump Spring Boot to 2.6.1
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.5.6</version> + <version>2.6.1</version> <relativePath /> </parent> <groupId>com.juick</groupId> @@ -32,6 +32,10 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-oauth2-client</artifactId> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-cache</artifactId> </dependency> <dependency> @@ -95,10 +99,6 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> - </dependency> - <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> </dependency> |