Skip to content

Commit

Permalink
Update patch dependencies to v7.4.4 (#1462)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 2ad0446 commit f2c95c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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

0 comments on commit f2c95c8

Please sign in to comment.