Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 7b5bffa

Browse files
committed
fix(deps): update patch dependencies to v7.0.2
1 parent bf8a03b commit 7b5bffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shared/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies {
2828
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'
2929

3030
//fhir
31-
api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.0.1'
32-
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.0.1'
33-
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.0.1'
34-
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.0.1'
31+
api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.0.2'
32+
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.0.2'
33+
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.0.2'
34+
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.0.2'
3535
api 'org.fhir:ucum:1.0.8'
3636

3737
// Apache Client

0 commit comments

Comments
 (0)