Skip to content

Commit

Permalink
Update minor dependencies to v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 2c39242 commit bb6dc9f
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 @@ -27,10 +27,10 @@ dependencies {
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0'

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

// Apache Client
Expand Down

0 comments on commit bb6dc9f

Please sign in to comment.