Skip to content

Commit

Permalink
fix(deps): update patch dependencies to v6.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2024
1 parent 5bebe15 commit 969387e
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:6.10.2'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:6.10.2'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:6.10.2'
api 'ca.uhn.hapi.fhir:hapi-fhir-base:6.10.3'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:6.10.3'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:6.10.3'
api 'org.fhir:ucum:1.0.8'

// Apache Client
Expand Down

0 comments on commit 969387e

Please sign in to comment.