1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

chore: update mockito-kotlin test dependency

This commit is contained in:
Paul-Christian Volkmer 2024-01-03 12:26:54 +01:00
parent 8d4497bf2c
commit 91f17f6af5

View File

@ -17,7 +17,7 @@ var versions = mapOf(
"bwhc-dto-java" to "0.2.0",
"hapi-fhir" to "6.10.2",
"httpclient5" to "5.2.1",
"mockito-kotlin" to "5.1.0"
"mockito-kotlin" to "5.2.1"
)
java {