diff --git a/common/build.gradle b/common/build.gradle index f47153819..f786ae755 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -18,7 +18,7 @@ repositories { } dependencies { - api 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.0.0' + api 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.4.0' api 'org.springframework.boot:spring-boot-starter-jdbc' api 'org.springframework.boot:spring-boot-starter-actuator' api 'org.springframework.boot:spring-boot-starter-web'