From d161342c395d257f0f6457106db5dead72da0978 Mon Sep 17 00:00:00 2001 From: ORybak5 <12736698+ORybak5@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:06:49 +0100 Subject: [PATCH] hapi-fhir-structures-dstu3 version update --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 0e8a07620..b471069b6 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:spring-web'