Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency org.fhir:ucum to v1.0.9
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 12, 2024
1 parent c83806a commit 7b81c8b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/build.gradle
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ dependencies {
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.6.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.6.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.6.0'
implementation 'org.fhir:ucum:1.0.8'
implementation 'org.fhir:ucum:1.0.9'

testImplementation 'org.apache.groovy:groovy:4.0.24'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
2 changes: 1 addition & 1 deletion shared/build.gradle
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ dependencies {
api 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.6.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.6.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4:7.6.0'
api 'org.fhir:ucum:1.0.8'
api 'org.fhir:ucum:1.0.9'

// hapi hl7
implementation 'ca.uhn.hapi:hapi-base:2.5.1'

0 comments on commit 7b81c8b

Please sign in to comment.