Skip to content

Commit

Permalink
Bump org.fhir:ucum from 1.0.8 to 1.0.9 (#79)
Browse files Browse the repository at this point in the history
Bumps [org.fhir:ucum](https://github.com/FHIR/Ucum-java) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/FHIR/Ucum-java/releases)
- [Changelog](https://github.com/FHIR/Ucum-java/blob/master/release-branch-pipeline.yml)
- [Commits](FHIR/Ucum-java@1.0.8...1.0.9)

---
updated-dependencies:
- dependency-name: org.fhir:ucum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent e0b458a commit 5a7f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("com.squareup.okhttp3", "okhttp", "4.12.0")

// validator dependency needed to prevent a ClassNotFoundException
implementation("org.fhir:ucum:1.0.8")
implementation("org.fhir:ucum:1.0.9")

// GSON for our JSON needs
implementation("com.google.code.gson", "gson", "2.11.0")
Expand Down

0 comments on commit 5a7f747

Please sign in to comment.