From 88f19ead370f25c82a353ca6cc0be823d4f2ad87 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 23:16:33 +0000 Subject: [PATCH] Bump hapi-fhir-base from 4.2.0 to 5.4.1 Bumps hapi-fhir-base from 4.2.0 to 5.4.1. Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5389f617..4d4d5f0c 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { testImplementation "com.squareup.okhttp3:mockwebserver:4.8.0" testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.jeasy:easy-random-core:4.2.0' - implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:4.2.0' + implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:5.4.1' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:4.2.0' implementation 'org.apache.httpcomponents:httpclient:4.5.12' implementation 'com.nimbusds:nimbus-jose-jwt:8.19'