File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
59
59
<plugin >
60
60
<artifactId >maven-clean-plugin</artifactId >
61
- <version >3.3.2 </version >
61
+ <version >3.4.0 </version >
62
62
</plugin >
63
63
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
64
64
<plugin >
78
78
</plugin >
79
79
<plugin >
80
80
<artifactId >maven-jar-plugin</artifactId >
81
- <version >3.4.1 </version >
81
+ <version >3.4.2 </version >
82
82
<configuration >
83
83
<skipIfEmpty >true</skipIfEmpty >
84
84
</configuration >
98
98
</plugin >
99
99
<plugin >
100
100
<artifactId >maven-project-info-reports-plugin</artifactId >
101
- <version >3.6.0 </version >
101
+ <version >3.6.1 </version >
102
102
</plugin >
103
103
</plugins >
104
104
</pluginManagement >
You can’t perform that action at this time.
0 commit comments