From cc5a10f81fd329f7de2491b9e981d826e57a7ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 15:44:32 +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.0.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 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 bae5d75170..f6f0dc4ada 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'org.apache.tika:tika-core:3.1.0' // Fhir - implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.6.1' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.2.0' // Test testImplementation 'org.springframework.boot:spring-boot-starter-test'