This repository was archived by the owner on Feb 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ dependencies {
19
19
implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.0'
20
20
21
21
// fhir
22
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-base:7.4.2 '
23
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.2 '
24
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2 '
25
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.2 '
22
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-base:7.4.3 '
23
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.3 '
24
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.3 '
25
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.3 '
26
26
implementation ' org.fhir:ucum:1.0.8'
27
27
28
28
testImplementation ' org.apache.groovy:groovy:4.0.23'
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ dependencies {
28
28
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0'
29
29
30
30
// fhir
31
- api ' ca.uhn.hapi.fhir:hapi-fhir-base:7.4.2 '
32
- api ' ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.2 '
33
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2 '
34
- implementation ' ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.2 '
31
+ api ' ca.uhn.hapi.fhir:hapi-fhir-base:7.4.3 '
32
+ api ' ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.3 '
33
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.3 '
34
+ implementation ' ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.3 '
35
35
api ' org.fhir:ucum:1.0.8'
36
36
37
37
// Apache Client
You can’t perform that action at this time.
0 commit comments