File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 <plugin >
1818 <groupId >org.apache.maven.plugins</groupId >
1919 <artifactId >maven-compiler-plugin</artifactId >
20- <version >3.14.0 </version >
20+ <version >3.14.1 </version >
2121 <configuration >
2222 <source >11</source >
2323 <target >11</target >
2424 </configuration >
2525 </plugin >
2626 <plugin >
2727 <artifactId >maven-surefire-plugin</artifactId >
28- <version >3.5.3 </version >
28+ <version >3.5.4 </version >
2929 <configuration >
3030 <argLine >--add-exports=java.base/sun.security.x509=ALL-UNNAMED</argLine >
3131 <systemPropertyVariables >
3636 <plugin >
3737 <groupId >org.apache.maven.plugins</groupId >
3838 <artifactId >maven-resources-plugin</artifactId >
39- <version >3.3.1 </version >
39+ <version >3.4.0 </version >
4040 </plugin >
4141 </plugins >
4242 </build >
Original file line number Diff line number Diff line change 250250 <plugin >
251251 <groupId >org.apache.maven.plugins</groupId >
252252 <artifactId >maven-compiler-plugin</artifactId >
253- <version >3.14.0 </version >
253+ <version >3.14.1 </version >
254254 <configuration >
255255 <source >11</source >
256256 <target >11</target >
259259 <plugin >
260260 <groupId >org.apache.maven.plugins</groupId >
261261 <artifactId >maven-shade-plugin</artifactId >
262- <version >3.6.0 </version >
262+ <version >3.6.1 </version >
263263 <executions >
264264 <execution >
265265 <phase >package</phase >
You can’t perform that action at this time.
0 commit comments