From b204d744adbcce11f736a3178c6ffe8a74bf117d Mon Sep 17 00:00:00 2001 From: shankeerthan-kasilingam Date: Sat, 29 Jan 2022 19:46:11 +0530 Subject: [PATCH] Changed the mockito version to 3.4.2 (Git issue : 14246) In Mocktio 3.4.0, static mocks causes NotAMockException. They are fixed in 3.4.2. [1] : https://github.com/mockito/mockito/pull/1968 [2]: https://github.com/mockito/mockito/issues/1967 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4b4ca856d53e7..48d3172108e88 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 4.12 1.3 - 3.4.0 + 3.4.2 1.2.0 3.4.2