From 0333d42a7e31ca65f1b7ab24435cc196b09812fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:13:39 +0000 Subject: [PATCH] Bump ca.uhn.hapi.fhir:hapi-fhir-base from 6.8.0 to 6.8.1 Bumps ca.uhn.hapi.fhir:hapi-fhir-base from 6.8.0 to 6.8.1. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-base dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- svc-lighthouse-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc-lighthouse-api/build.gradle b/svc-lighthouse-api/build.gradle index 2fb88a9851..f10c540623 100644 --- a/svc-lighthouse-api/build.gradle +++ b/svc-lighthouse-api/build.gradle @@ -14,7 +14,7 @@ dependencies { // Provides endpoint for healthcheck implementation 'org.springframework.boot:spring-boot-starter-actuator' // implementation 'org.springframework:spring-web:5.3.23' - implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.0' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.1' implementation('ca.uhn.hapi.fhir:hapi-fhir-server-openapi:6.8.0') { exclude group: 'xalan', module: 'xalan' }