File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 32
32
<nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
33
33
34
34
<codingapi .framework.version>${project.version} </codingapi .framework.version>
35
- <fastjson .version>2.0.9 </fastjson .version>
35
+ <fastjson .version>2.0.23 </fastjson .version>
36
36
<jsonwebtoken .jjwt.version>0.11.5</jsonwebtoken .jjwt.version>
37
37
<commons-io .version>2.11.0</commons-io .version>
38
38
<commons-dbutils .version>1.7</commons-dbutils .version>
39
39
<org .reflections.version>0.10.2</org .reflections.version>
40
40
<perf4j .version>0.9.16</perf4j .version>
41
41
<bcprov-jdk15on .version>1.70</bcprov-jdk15on .version>
42
- <commons-crypto .version>1.1 .0</commons-crypto .version>
42
+ <commons-crypto .version>1.2 .0</commons-crypto .version>
43
43
44
44
</properties >
45
45
50
50
<groupId >org.springframework.boot</groupId >
51
51
<artifactId >spring-boot-starter</artifactId >
52
52
</dependency >
53
+
53
54
<dependency >
54
55
<groupId >org.springframework.boot</groupId >
55
56
<artifactId >spring-boot-configuration-processor</artifactId >
56
57
<optional >true</optional >
57
58
</dependency >
59
+
58
60
<dependency >
59
61
<groupId >org.projectlombok</groupId >
60
62
<artifactId >lombok</artifactId >
61
63
<optional >true</optional >
62
64
</dependency >
65
+
63
66
<dependency >
64
67
<groupId >org.springframework.boot</groupId >
65
68
<artifactId >spring-boot-starter-test</artifactId >
66
69
<scope >test</scope >
67
70
</dependency >
71
+
68
72
</dependencies >
69
73
70
74
<dependencyManagement >
106
110
<version >${commons-io.version} </version >
107
111
</dependency >
108
112
109
-
110
113
<dependency >
111
114
<groupId >io.jsonwebtoken</groupId >
112
115
<artifactId >jjwt-api</artifactId >
You can’t perform that action at this time.
0 commit comments