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

chore: update hapi-fhir dependency to 6.10.2

This mitigates CVE-2023-6378, CVE-2023-2976 and CVE-2020-8908
This commit is contained in:
Paul-Christian Volkmer 2023-12-29 17:18:49 +01:00
parent 1493a63e02
commit a5a19e0cea

View File

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