From de5e30f04f7ecbb1c13fceb8a45e1d02027999ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:12:20 +0100 Subject: [PATCH] Bump ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 in /common (#730) Bumps ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 from 7.2.1 to 7.2.2. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 8f75d5e04..7da032258 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -18,7 +18,7 @@ repositories { } dependencies { - api 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.2.1' + api 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:7.2.2' api 'org.springframework.boot:spring-boot-starter-jdbc' api 'org.springframework.boot:spring-boot-starter-actuator' api 'org.springframework.boot:spring-boot-starter-web'