File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 5959 <jfreechart .version>1.5.6</jfreechart .version>
6060
6161 <!-- quality -->
62- <checkstyle .version>12.1.2 </checkstyle .version>
62+ <checkstyle .version>12.2.0 </checkstyle .version>
6363 <spotbugs .version>4.9.8</spotbugs .version>
64- <pmd .version>7.18 .0</pmd .version>
64+ <pmd .version>7.19 .0</pmd .version>
6565 <archunit .version>1.4.1</archunit .version>
6666 <dependencycheck .version>10.0.4</dependencycheck .version>
6767
7575 <changes-plugin .version>2.12.1</changes-plugin .version>
7676 <compiler-plugin .version>3.14.1</compiler-plugin .version>
7777 <jar-plugin .version>3.5.0</jar-plugin .version>
78+ <assembly-plugin .version>3.8.0</assembly-plugin .version>
79+ <source-plugin .version>3.4.0</source-plugin .version>
7880 <javadoc-plugin .version>3.12.0</javadoc-plugin .version>
7981 <surefire-plugin .version>3.5.4</surefire-plugin .version>
8082 <jacoco-plugin .version>0.8.14</jacoco-plugin .version>
186188 <plugin >
187189 <groupId >org.apache.maven.plugins</groupId >
188190 <artifactId >maven-assembly-plugin</artifactId >
189- <version >3.7.1 </version >
191+ <version >${assembly-plugin.version} </version >
190192 <executions >
191193 <execution >
192194 <id >make-assembly</id >
208210 <plugin >
209211 <groupId >org.apache.maven.plugins</groupId >
210212 <artifactId >maven-source-plugin</artifactId >
211- <version >3.3.1 </version >
213+ <version >${source-plugin.version} </version >
212214 <executions >
213215 <execution >
214216 <goals >
You can’t perform that action at this time.
0 commit comments