diff --git a/build.gradle b/build.gradle index 5389f617..7208ac3c 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.jeasy:easy-random-core:4.2.0' implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:4.2.0' - implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:4.2.0' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:5.3.0' implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'com.nimbusds:nimbus-jose-jwt:8.19' implementation 'org.passay:passay:1.6.0'