Skip to content

Commit cd4ec4f

Browse files
committed
Updated dependencies & Maven plugins.
1 parent 88d371c commit cd4ec4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.junit.jupiter</groupId>
142142
<artifactId>junit-jupiter</artifactId>
143-
<version>5.8.2</version>
143+
<version>5.9.0</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>
@@ -902,7 +902,7 @@
902902
<plugin>
903903
<groupId>org.apache.maven.plugins</groupId>
904904
<artifactId>maven-assembly-plugin</artifactId>
905-
<version>3.3.0</version>
905+
<version>3.4.2</version>
906906
<configuration>
907907
<finalName>${assembly.finalName}</finalName>
908908
<outputDirectory>${assembly.outputDirectory}</outputDirectory>
@@ -1025,7 +1025,7 @@
10251025
<plugin>
10261026
<groupId>org.apache.maven.plugins</groupId>
10271027
<artifactId>maven-help-plugin</artifactId>
1028-
<version>3.2.0</version>
1028+
<version>3.3.0</version>
10291029
<executions>
10301030
<execution>
10311031
<?m2e ignore?>

0 commit comments

Comments
 (0)