1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 14:12:55 +00:00

chore: update to mockito-kotlin 5.4.0

With this change, `anyValueClass()` from mockito-kotlin
replaces own implementation.
This commit is contained in:
2024-12-23 18:16:37 +01:00
parent 23cc2f365a
commit 74ff9f08a4
7 changed files with 7 additions and 14 deletions

View File

@ -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",