This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new f9a68a4 Upgrade Mockito to 2.25.1
f9a68a4 is described below
commit f9a68a49c991ff051804b3abf1314053f1f72b75
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Mar 20 09:26:28 2019 +0200
Upgrade Mockito to 2.25.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 505c3ac..52f50c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<servlet-api.version>3.1.0</servlet-api.version>
<maven.javadoc.version>3.0.1</maven.javadoc.version>
<maven.surefire.version>2.22.1</maven.surefire.version>
- <mockito.version>2.25.0</mockito.version>
+ <mockito.version>2.25.1</mockito.version>
<slf4j.version>1.7.26</slf4j.version>
<logback.version>1.2.3</logback.version>
<hamcrest.version>2.1</hamcrest.version>