diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 2ab4f61d0e1..def865a45ba 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -748,7 +748,7 @@ dependencies { implementation("io.github.linuxforhealth:hl7v2-fhir-converter:1.0.19") implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.2.5") // Pin org.hl7.fhir.utilities to ca.uhn.hapi.fhir:org.hl7.fhir.utilities@5.6.92 until ca.uhn.hapi.fhir:hapi-fhir-structures-r4 can be updated - implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:5.6.92") + implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:5.6.971") implementation("ca.uhn.hapi:hapi-base:2.3") implementation("ca.uhn.hapi:hapi-structures-v251:2.3") implementation("com.googlecode.libphonenumber:libphonenumber:8.13.5")