File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 123
123
<properties >
124
124
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
125
125
<sqlite4java .version>1.0.392</sqlite4java .version>
126
- <checkstyle .version>9.3 </checkstyle .version>
126
+ <checkstyle .version>10.3.2 </checkstyle .version>
127
127
<maven-checkstyle-plugin .version>3.1.2</maven-checkstyle-plugin .version>
128
128
<jacoco-maven-plugin .version>0.8.7</jacoco-maven-plugin .version>
129
129
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
283
283
<plugin >
284
284
<groupId >org.apache.maven.plugins</groupId >
285
285
<artifactId >maven-compiler-plugin</artifactId >
286
- <version >3.9.0 </version >
286
+ <version >3.10.1 </version >
287
287
<configuration >
288
288
<source >1.8</source >
289
289
<target >1.8</target >
428
428
<plugin >
429
429
<groupId >org.apache.maven.plugins</groupId >
430
430
<artifactId >maven-deploy-plugin</artifactId >
431
- <version >2.8.2 </version >
431
+ <version >3.0.0 </version >
432
432
<configuration >
433
433
<skip >false</skip >
434
434
</configuration >
You can’t perform that action at this time.
0 commit comments