Skip to content

Commit

Permalink
fix(deps): update patch dependencies to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent bf8a03b commit 7b5bffa
Showing 1 changed file with 4 additions and 4 deletions.
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.16.1'

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

// Apache Client
Expand Down

0 comments on commit 7b5bffa

Please sign in to comment.