From b2b5d22d44f9eded2e15acdcef94dd1b13cd3dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:05:09 +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.6.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 dependency-version: 8.6.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 73a4837226..bf53e4d2ef 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation 'org.apache.tika:tika-core:3.2.3' // Fhir - implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.6.1' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.6.0' // Test testImplementation 'org.springframework.boot:spring-boot-starter-test'