File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 3131
3232 <properties >
3333 <java .version>11</java .version>
34- <encoding >UTF-8</encoding >
35- <project .build.sourceEncoding>${encoding} </project .build.sourceEncoding>
36- <project .reporting.outputEncoding>${encoding} </project .reporting.outputEncoding>
34+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35+ <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3736 <maven .compiler.source>${java.version} </maven .compiler.source>
3837 <maven .compiler.target>${java.version} </maven .compiler.target>
3938
235234 </executions >
236235 </plugin >
237236 <plugin >
238- <groupId >org.codehaus.mojo </groupId >
237+ <groupId >com.github.spotbugs </groupId >
239238 <artifactId >spotbugs-maven-plugin</artifactId >
240- <version >4.8.3.0 </version >
239+ <version >4.9.4.1 </version >
241240 <executions >
242241 <execution >
243242 <goals >
249248 <plugin >
250249 <groupId >org.apache.maven.plugins</groupId >
251250 <artifactId >maven-checkstyle-plugin</artifactId >
252- <version >3.3 .0</version >
251+ <version >3.6 .0</version >
253252 <executions >
254253 <execution >
255254 <goals >
261260 <plugin >
262261 <groupId >org.apache.maven.plugins</groupId >
263262 <artifactId >maven-pmd-plugin</artifactId >
264- <version >3.21.1 </version >
263+ <version >3.27.0 </version >
265264 <executions >
266265 <execution >
267266 <goals >
You can’t perform that action at this time.
0 commit comments