From 77dcc3f3238c75c38f0914def77803c14365a630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 14:10:11 +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.8.1. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 dependency-version: 8.8.1 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 306176275..7bb9d05cc 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -76,7 +76,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.8.1' // Test testImplementation 'org.springframework.boot:spring-boot-starter-test'