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-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 3f30d5f Bump mockito-core from 1.9.5 to 2.28.2
3f30d5f is described below
commit 3f30d5f503df2823bd564b75cd5e41d96f18b96b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Tue Feb 9 11:36:30 2021 +0100
Bump mockito-core from 1.9.5 to 2.28.2
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2488cf6..3c590c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ under the License.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>1.9.5</version>
+ <version>2.28.2</version>
<scope>test</scope>
</dependency>
<dependency>