We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4fa34 commit 352723eCopy full SHA for 352723e
pom.xml
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>junit</groupId>
53
<artifactId>junit</artifactId>
54
- <version>4.12</version>
+ <version>4.13</version>
55
<scope>test</scope>
56
</dependency>
57
</dependencies>
@@ -61,7 +61,7 @@
61
<plugin>
62
<groupId>org.apache.maven.plugins</groupId>
63
<artifactId>maven-source-plugin</artifactId>
64
- <version>3.1.0</version>
+ <version>3.2.1</version>
65
<executions>
66
<execution>
67
<id>attach-sources</id>
@@ -74,7 +74,7 @@
74
75
76
<artifactId>maven-javadoc-plugin</artifactId>
77
- <version>3.1.1</version>
+ <version>3.2.0</version>
78
<configuration>
79
<links>
80
<link>http://ngageoint.github.io/simple-features-java/docs/api/</link>
0 commit comments