Skip to content

Commit

Permalink
fix(deps): update patch dependencies to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 5, 2024
1 parent e53c8d1 commit bf8a03b
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.0'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.0.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.0.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.0.0'
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 'org.fhir:ucum:1.0.8'

// Apache Client
Expand Down

0 comments on commit bf8a03b

Please sign in to comment.