diff options
| author | Paul-Christian Volkmer | 2024-12-23 18:16:37 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-12-23 18:16:37 +0100 |
| commit | 74ff9f08a4e73243600e61e4176fc1e8f190c329 (patch) | |
| tree | b5a11822e6aa0f0a267d085ab996fff2df235398 /build.gradle.kts | |
| parent | 23cc2f365ab659121466b0e3c48daa3f68a5d5df (diff) | |
chore: update to mockito-kotlin 5.4.0
With this change, `anyValueClass()` from mockito-kotlin
replaces own implementation.
Diffstat (limited to 'build.gradle.kts')
| -rw-r--r-- | build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
