aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-12-04 01:09:04 +0300
committerGravatar Vitaly Takmazov2021-12-04 01:09:04 +0300
commitcd06989e512d3c3d56b0664e4015b297d71021ce (patch)
tree6a579a9361c53bfb89d53508744c93038c621d00
parent9a4b12553f904fa8768fe04f5e23b76eaa7e32cd (diff)
Bump Spring Boot to 2.6.1
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index de3259bd..dbd487bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>