From e4d4c438f69d15140d019648cb56a32ec5aa7d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20B=C4=85czkowski?= Date: Tue, 13 Aug 2024 23:28:50 +0200 Subject: [PATCH] Upgrade mockito-core to 3.4.6 Upgrades mockito version. Version 3.4.6 was chosen because 3.4.0 is the first one providing mocking of static methods that we possibly want to use. Does not switch to mockito-inline yet. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 414ec6b5eb2..1f236bf1f98 100644 --- a/pom.xml +++ b/pom.xml @@ -238,7 +238,7 @@ org.mockito mockito-core - 2.28.2 + 3.4.6 io.reactivex.rxjava2