From 489a2f2e414c93c9b8575aa6a812f45e64f3e16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:59:08 +0000 Subject: [PATCH] Bump ca.uhn.hapi.fhir:hapi-fhir-base from 5.6.1 to 6.4.4 Bumps ca.uhn.hapi.fhir:hapi-fhir-base from 5.6.1 to 6.4.4. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-base dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d212f74..12a6ad46 100644 --- a/build.gradle +++ b/build.gradle @@ -62,7 +62,7 @@ dependencies { } implementation 'info.cqframework:cql-to-elm:1.5.5' implementation 'com.google.guava:guava:31.0.1-jre' - implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:5.6.1' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.4.4' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:5.6.1' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:5.6.1' implementation 'com.h2database:h2:1.4.200'