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

Update patch dependencies to v7.4.4 #1462

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'

//fhir
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.4'
implementation 'org.fhir:ucum:1.0.8'

testImplementation 'org.apache.groovy:groovy:4.0.23'
Expand Down
8 changes: 4 additions & 4 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0'

// hapi fhir
api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.3'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.3'
api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.4'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.4'
api 'org.fhir:ucum:1.0.8'

// hapi hl7
Expand Down