|
@@ -148,7 +148,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
- <version>3.3.2</version>
|
|
|
+ <version>3.4.0</version>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
@@ -402,6 +402,7 @@
|
|
|
<goals>
|
|
|
<goal>check</goal>
|
|
|
</goals>
|
|
|
+ <phase>verify</phase>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
<configuration>
|
|
@@ -437,6 +438,11 @@
|
|
|
</includes>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-dependency-plugin</artifactId>
|
|
|
+ <version>3.3.0</version>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
@@ -465,7 +471,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
- <version>4.4.0</version>
|
|
|
+ <version>4.5.0</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|