From 74ff9f08a4e73243600e61e4176fc1e8f190c329 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 23 Dec 2024 18:16:37 +0100 Subject: chore: update to mockito-kotlin 5.4.0 With this change, `anyValueClass()` from mockito-kotlin replaces own implementation. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 9daf1f4..e966448 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ var versions = mapOf( "hapi-fhir" to "7.6.0", "commons-compress" to "1.26.2", "commons-io" to "2.17.0", - "mockito-kotlin" to "5.3.1", + "mockito-kotlin" to "5.4.0", "archunit" to "1.3.0", // Webjars "webjars-locator" to "0.52", -- cgit v1.2.3