This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 06aaff72c0ed23cf420e787f0b9c62aba145527b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat May 1 19:01:57 2021 +0200 Bump mockito-core from 2.28.2 to 3.9.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69f82a9..7cd18ad 100644 --- a/pom.xml +++ b/pom.xml @@ -347,7 +347,7 @@ under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.28.2</version> + <version>3.9.0</version> <scope>test</scope> </dependency> <dependency>
