Skip to content

Commit dc7a2cb

Browse files
committed
Upgraded mockito-core and maven-javadoc-plugin versions
1 parent ed381a9 commit dc7a2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>org.mockito</groupId>
106106
<artifactId>mockito-core</artifactId>
107-
<version>2.24.5</version>
107+
<version>2.25.1</version>
108108
<scope>test</scope>
109109
</dependency>
110110

@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.apache.maven.plugins</groupId>
245245
<artifactId>maven-javadoc-plugin</artifactId>
246-
<version>3.0.1</version>
246+
<version>3.1.0</version>
247247
<executions>
248248
<execution>
249249
<id>generate-javadoc</id>

0 commit comments

Comments
 (0)