We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d41e74 commit 164ae94Copy full SHA for 164ae94
pom.xml
@@ -32,9 +32,9 @@
32
33
<!-- build dependencies -->
34
<mvn-sign.version>3.2.7</mvn-sign.version>
35
- <dependency-check.version>12.1.0</dependency-check.version>
+ <dependency-check.version>12.1.1</dependency-check.version>
36
<maven.deploy.version>3.1.4</maven.deploy.version>
37
- <jacoco.version>0.8.12</jacoco.version>
+ <jacoco.version>0.8.13</jacoco.version>
38
</properties>
39
40
<licenses>
@@ -190,7 +190,7 @@
190
</plugin>
191
<plugin>
192
<artifactId>maven-surefire-plugin</artifactId>
193
- <version>3.5.2</version>
+ <version>3.5.3</version>
194
<configuration>
195
<argLine>@{surefire.jacoco.args} -javaagent:"${org.mockito:mockito-core:jar}"</argLine>
196
</configuration>
0 commit comments