Skip to content

Commit

Permalink
Update patch dependencies to v6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 803f54f commit 7a76f85
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.0'

//fhir
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 'ca.uhn.hapi.fhir:hapi-fhir-base:6.10.1'
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:6.10.1'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:6.10.1'
api 'org.fhir:ucum:1.0.8'

// Apache Client
Expand Down

0 comments on commit 7a76f85

Please sign in to comment.