From 248ff2ec62da8e76071413c2f771bd9409ddad35 Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Tue, 8 Aug 2023 22:04:29 +0200 Subject: [PATCH] Bump mockito-kotlin from 2.2.11 to 4.1.0 in -server --- uhabits-server/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-server/build.gradle.kts b/uhabits-server/build.gradle.kts index f09768e3d..2db1384e6 100644 --- a/uhabits-server/build.gradle.kts +++ b/uhabits-server/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("io.prometheus:simpleclient_httpserver:0.16.0") implementation("io.prometheus:simpleclient_hotspot:0.16.0") testImplementation("io.ktor:ktor-server-tests:$ktorVersion") - testImplementation("org.mockito.kotlin:mockito-kotlin:2.2.11") + testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0") testImplementation(kotlin("test")) testImplementation(kotlin("test-junit")) }