Skip to content

Commit dffab74

Browse files
committed
dep update
1 parent 2ffceaa commit dffab74

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
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

@@ -75,6 +75,8 @@
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>
@@ -186,7 +188,7 @@
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>
@@ -208,7 +210,7 @@
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>

0 commit comments

Comments
 (0)