File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 <!-- Copy the runtime dependencies to the lib folder. -->
5959 <plugin >
6060 <artifactId >maven-dependency-plugin</artifactId >
61- <version >2.8 </version >
61+ <version >3.6.0 </version >
6262 <executions >
6363 <execution >
6464 <phase >generate-resources</phase >
7575
7676 <plugin >
7777 <artifactId >maven-compiler-plugin</artifactId >
78- <version >3.7 .0</version >
78+ <version >3.11 .0</version >
7979 <configuration >
8080 <source >1.8</source >
8181 <target >1.8</target >
8585 <plugin >
8686 <groupId >org.apache.maven.plugins</groupId >
8787 <artifactId >maven-jar-plugin</artifactId >
88- <version >2 .3.1 </version >
88+ <version >3 .3.0 </version >
8989 <configuration >
9090 <outputDirectory >${basedir} /lib</outputDirectory >
9191 </configuration >
9494 <plugin >
9595 <groupId >org.sonarsource.scanner.maven</groupId >
9696 <artifactId >sonar-maven-plugin</artifactId >
97- <version >3.3.0.603 </version >
97+ <version >3.9.1.2184 </version >
9898 <executions >
9999 <execution >
100100 <phase >verify</phase >
You can’t perform that action at this time.
0 commit comments