Skip to content

Commit 7ef9a38

Browse files
committed
Update Maven plugins
1 parent 2da5b25 commit 7ef9a38

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
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-jar-plugin</artifactId>
24-
<version>2.3.1</version>
24+
<version>3.3.0</version>
2525
<configuration>
2626
<outputDirectory>D:\Intellij Outputs</outputDirectory>
2727
</configuration>
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.apache.maven.plugins</groupId>
5959
<artifactId>maven-clean-plugin</artifactId>
60-
<version>3.1.0</version>
60+
<version>3.3.2</version>
6161
<executions>
6262
<execution>
6363
<id>auto-clean</id>
@@ -72,7 +72,7 @@
7272
<plugin>
7373
<groupId>org.codehaus.mojo</groupId>
7474
<artifactId>versions-maven-plugin</artifactId>
75-
<version>2.16.0</version>
75+
<version>2.16.2</version>
7676
<configuration>
7777
<generateBackupPoms>false</generateBackupPoms>
7878
<allowMajorUpdates>true</allowMajorUpdates>

0 commit comments

Comments
 (0)