File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3232 <nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
3333
3434 <codingapi .framework.version>${project.version} </codingapi .framework.version>
35- <fastjson .version>2.0.9 </fastjson .version>
35+ <fastjson .version>2.0.23 </fastjson .version>
3636 <jsonwebtoken .jjwt.version>0.11.5</jsonwebtoken .jjwt.version>
3737 <commons-io .version>2.11.0</commons-io .version>
3838 <commons-dbutils .version>1.7</commons-dbutils .version>
3939 <org .reflections.version>0.10.2</org .reflections.version>
4040 <perf4j .version>0.9.16</perf4j .version>
4141 <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>
4343
4444 </properties >
4545
5050 <groupId >org.springframework.boot</groupId >
5151 <artifactId >spring-boot-starter</artifactId >
5252 </dependency >
53+
5354 <dependency >
5455 <groupId >org.springframework.boot</groupId >
5556 <artifactId >spring-boot-configuration-processor</artifactId >
5657 <optional >true</optional >
5758 </dependency >
59+
5860 <dependency >
5961 <groupId >org.projectlombok</groupId >
6062 <artifactId >lombok</artifactId >
6163 <optional >true</optional >
6264 </dependency >
65+
6366 <dependency >
6467 <groupId >org.springframework.boot</groupId >
6568 <artifactId >spring-boot-starter-test</artifactId >
6669 <scope >test</scope >
6770 </dependency >
71+
6872 </dependencies >
6973
7074 <dependencyManagement >
106110 <version >${commons-io.version} </version >
107111 </dependency >
108112
109-
110113 <dependency >
111114 <groupId >io.jsonwebtoken</groupId >
112115 <artifactId >jjwt-api</artifactId >
You can’t perform that action at this time.
0 commit comments