This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit 5b60b49227c84119880235a46d58eb0b051976ba Author: Robert Munteanu <[email protected]> AuthorDate: Thu Oct 24 17:39:42 2019 +0200 Update to latest mockito for Java 11 compatibility --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5bf574f..278d93d 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>2.10.0</version> + <version>3.1.0</version> <scope>test</scope> </dependency> <dependency>
