Skip to content

Commit

Permalink
Bump ca.uhn.hapi.fhir:hapi-fhir-structures-r4 from 6.8.0 to 6.10.0 (g…
Browse files Browse the repository at this point in the history
…oogle#2375)

Bumps ca.uhn.hapi.fhir:hapi-fhir-structures-r4 from 6.8.0 to 6.10.0.

---
updated-dependencies:
- dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Omar Ismail <[email protected]>
  • Loading branch information
dependabot[bot] and omarismail94 authored Dec 18, 2023
1 parent 42e4af6 commit 5848184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {

implementation("com.spotify.ruler:ruler-gradle-plugin:1.4.0")

implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.0")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.0")
implementation("com.squareup:kotlinpoet:1.15.3")
}
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ configurations {

dependencies {
// REVERT to DEPENDENCIES LATER
api("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.8.0")
api("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.10.0")
api("ca.uhn.hapi.fhir:hapi-fhir-caching-guava:6.10.0")

implementation(Dependencies.fhirUcum)
Expand Down

0 comments on commit 5848184

Please sign in to comment.