File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
<parent >
31
31
<groupId >org.springframework.boot</groupId >
32
32
<artifactId >spring-boot-starter-parent</artifactId >
33
- <version >1.5.9 .RELEASE</version >
33
+ <version >2.1.6 .RELEASE</version >
34
34
<relativePath /> <!-- lookup parent from repository -->
35
35
</parent >
36
36
50
50
<dependency >
51
51
<groupId >org.springframework.security.oauth</groupId >
52
52
<artifactId >spring-security-oauth2</artifactId >
53
+ <version >2.3.6.RELEASE</version >
53
54
</dependency >
54
55
<dependency >
55
56
<groupId >org.springframework.boot</groupId >
67
68
<dependency >
68
69
<groupId >org.springframework.security</groupId >
69
70
<artifactId >spring-security-jwt</artifactId >
71
+ <version >1.0.10.RELEASE</version >
70
72
</dependency >
71
73
72
74
<dependency >
73
75
<groupId >com.fasterxml.jackson.core</groupId >
74
76
<artifactId >jackson-databind</artifactId >
75
- <version >2.8.9</version >
76
77
</dependency >
77
78
78
79
<!-- Test -->
You can’t perform that action at this time.
0 commit comments