This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 4045ca8fc87b976321116935c3e43802833bd49f Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Jan 31 18:14:42 2021 +0100 Bump mockito-core from 2.23.4 to 2.28.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index af0e37c..eb28331 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ under the License. <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.23.4</version> + <version>2.28.2</version> <scope>test</scope> </dependency> <dependency>