Skip to content

Commit 89b7094

Browse files
committed
build: upgrade maven plugins
1 parent 03ac9a5 commit 89b7094

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
60-
<version>4.13.1</version>
60+
<version>4.13.2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
</dependencies>
@@ -75,7 +75,7 @@
7575
<plugins>
7676
<plugin>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.8.0</version>
78+
<version>3.13.0</version>
7979
<configuration>
8080
<source>1.7</source>
8181
<target>1.7</target>
@@ -94,11 +94,11 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-surefire-plugin</artifactId>
97-
<version>2.22.0</version>
97+
<version>3.5.2</version>
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-jar-plugin</artifactId>
101-
<version>2.2</version>
101+
<version>3.4.2</version>
102102
<configuration>
103103
<archive>
104104
<manifestFile>MANIFEST.MF</manifestFile>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.jacoco</groupId>
117117
<artifactId>jacoco-maven-plugin</artifactId>
118-
<version>0.8.0</version>
118+
<version>0.8.12</version>
119119
<configuration>
120120
<excludes>
121121
</excludes>
@@ -187,7 +187,7 @@
187187
</plugin>
188188
<plugin>
189189
<artifactId>maven-source-plugin</artifactId>
190-
<version>2.2.1</version>
190+
<version>3.3.1</version>
191191
<executions>
192192
<execution>
193193
<id>attach-sources</id>
@@ -199,7 +199,7 @@
199199
</plugin>
200200
<plugin>
201201
<artifactId>maven-javadoc-plugin</artifactId>
202-
<version>3.0.1</version>
202+
<version>3.8.0</version>
203203
<executions>
204204
<execution>
205205
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)