Skip to content

Commit 352723e

Browse files
committed
junit and plugin versions
1 parent 0e4fa34 commit 352723e

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
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>junit</groupId>
5353
<artifactId>junit</artifactId>
54-
<version>4.12</version>
54+
<version>4.13</version>
5555
<scope>test</scope>
5656
</dependency>
5757
</dependencies>
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-source-plugin</artifactId>
64-
<version>3.1.0</version>
64+
<version>3.2.1</version>
6565
<executions>
6666
<execution>
6767
<id>attach-sources</id>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-javadoc-plugin</artifactId>
77-
<version>3.1.1</version>
77+
<version>3.2.0</version>
7878
<configuration>
7979
<links>
8080
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>

0 commit comments

Comments
 (0)