From a6776cdcc9bc3379a4b2c6fe53c96facf629f4a0 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Tue, 4 Jan 2022 15:36:35 -0500 Subject: [PATCH] [#349] Mockito 4.2.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e6e9a311..0a2956a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -97,7 +97,7 @@ JUNIT_VERSION=5.8.2 KOTLINX_COROUTINES_VERSION=1.6.0 KOTLIN_VERSION=1.6.10 MOCKITO_KOTLIN_VERSION=2.2.0 -MOCKITO_VERSION=4.1.0 +MOCKITO_VERSION=4.2.0 OKHTTP_VERSION=4.9.3 OKIO_VERSION=3.0.0 PROTOC_VERSION=3.19.1