Skip to content

Commit 332d95a

Browse files
committed
📌 Updating to Spring-Boot 2
1 parent 1307018 commit 332d95a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot-starter-parent</artifactId>
33-
<version>1.5.9.RELEASE</version>
33+
<version>2.1.6.RELEASE</version>
3434
<relativePath/> <!-- lookup parent from repository -->
3535
</parent>
3636

@@ -50,6 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework.security.oauth</groupId>
5252
<artifactId>spring-security-oauth2</artifactId>
53+
<version>2.3.6.RELEASE</version>
5354
</dependency>
5455
<dependency>
5556
<groupId>org.springframework.boot</groupId>
@@ -67,12 +68,12 @@
6768
<dependency>
6869
<groupId>org.springframework.security</groupId>
6970
<artifactId>spring-security-jwt</artifactId>
71+
<version>1.0.10.RELEASE</version>
7072
</dependency>
7173

7274
<dependency>
7375
<groupId>com.fasterxml.jackson.core</groupId>
7476
<artifactId>jackson-databind</artifactId>
75-
<version>2.8.9</version>
7677
</dependency>
7778

7879
<!-- Test -->

0 commit comments

Comments
 (0)