commit | cff5cee7e2a888179f79f3a114615884a82f7efb | [log] [tgz] |
---|---|---|
author | Elliotte Rusty Harold <elharo@users.noreply.github.com> | Sat Jun 06 07:51:52 2020 -0400 |
committer | GitHub <noreply@github.com> | Sat Jun 06 07:51:52 2020 -0400 |
tree | 0c4b6bdaebd3f3233cfe390653a5528a1a5b8c72 | |
parent | 39b5baa580fb42d7e785adc7cce6c521090f52c8 [diff] | |
parent | 2a4e5f91b8fdf957c0112337758c8f6d806c291e [diff] |
Merge pull request #13 from apache/mock update mockito-core to 2.28.2
diff --git a/pom.xml b/pom.xml index 706a8d1..8efaed4 100644 --- a/pom.xml +++ b/pom.xml
@@ -252,7 +252,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.18.3</version> + <version>2.28.2</version> <scope>test</scope> </dependency> </dependencies>