From 24a9d70053f17077084c21320224b967af4293a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 08:20:49 +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.2.0. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 dependency-version: 8.2.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 d2df56d6c2..74a98100e6 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -61,7 +61,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.2.0' // Test testImplementation 'org.springframework.boot:spring-boot-starter-test'