We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16bf6d commit 470b04bCopy full SHA for 470b04b
1 file changed
pom.xml
@@ -50,7 +50,7 @@
50
<junit.version>5.10.3</junit.version>
51
52
<!-- build plugin dependencies -->
53
- <dependency-check.version>10.0.2</dependency-check.version>
+ <dependency-check.version>10.0.3</dependency-check.version>
54
<nexus-staging.version>1.6.8</nexus-staging.version>
55
</properties>
56
@@ -102,7 +102,7 @@
102
<plugin>
103
<groupId>org.apache.maven.plugins</groupId>
104
<artifactId>maven-surefire-plugin</artifactId>
105
- <version>3.2.5</version>
+ <version>3.3.1</version>
106
</plugin>
107
108
@@ -140,7 +140,7 @@
140
141
142
<artifactId>maven-javadoc-plugin</artifactId>
143
- <version>3.7.0</version>
+ <version>3.8.0</version>
144
<executions>
145
<execution>
146
<id>attach-javadocs</id>
0 commit comments