From 12cacc98ebe76621a81d0e57bdb23c8aa7be635f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:03:31 +0000 Subject: [PATCH] Bump ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 in /service Bumps ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 from 7.6.1 to 8.4.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 695cdf339f..6e43a6a8f6 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'org.apache.tika:tika-core:3.2.0' // Fhir - implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.6.1' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.4.0' // Test testImplementation 'org.springframework.boot:spring-boot-starter-test'