Skip to content

Commit

Permalink
Update patch dependencies to v7.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent ebd3e21 commit d4b09b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.5'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.5'
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 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.5'
implementation 'org.fhir:ucum:1.0.8'

testImplementation 'org.apache.groovy:groovy:4.0.23'
Expand Down
6 changes: 3 additions & 3 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.4'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.4'
api 'ca.uhn.hapi.fhir:hapi-fhir-base:7.4.5'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.5'
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 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.4.5'
api 'org.fhir:ucum:1.0.8'

// hapi hl7
Expand Down

0 comments on commit d4b09b7

Please sign in to comment.