From ed4e896df67af6c43b8f8d1ce7912c4ef82cf021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:13:48 +0000 Subject: [PATCH] Bump ca.uhn.hapi.fhir:hapi-fhir-server-openapi from 6.8.0 to 6.8.1 Bumps ca.uhn.hapi.fhir:hapi-fhir-server-openapi from 6.8.0 to 6.8.1. --- updated-dependencies: - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-server-openapi 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..f5817990f5 100644 --- a/svc-lighthouse-api/build.gradle +++ b/svc-lighthouse-api/build.gradle @@ -15,7 +15,7 @@ dependencies { 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-server-openapi:6.8.0') { + implementation('ca.uhn.hapi.fhir:hapi-fhir-server-openapi:6.8.1') { exclude group: 'xalan', module: 'xalan' } implementation 'org.bouncycastle:bcprov-jdk15on:1.70'