We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06afa2f commit 7234471Copy full SHA for 7234471
1 file changed
pom.xml
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>junit</groupId>
48
<artifactId>junit</artifactId>
49
- <version>4.12</version>
+ <version>4.13</version>
50
<scope>test</scope>
51
</dependency>
52
</dependencies>
@@ -56,7 +56,7 @@
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
58
<artifactId>maven-source-plugin</artifactId>
59
- <version>3.1.0</version>
+ <version>3.2.1</version>
60
<executions>
61
<execution>
62
<id>attach-sources</id>
@@ -69,7 +69,7 @@
69
70
71
<artifactId>maven-javadoc-plugin</artifactId>
72
- <version>3.1.1</version>
+ <version>3.2.0</version>
73
74
75
<id>attach-javadocs</id>
0 commit comments