Skip to content

Commit

Permalink
Bump the hapifhir group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the hapifhir group with 3 updates in the /prime-router directory: ca.uhn.hapi.fhir:hapi-fhir-structures-r4, ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine and ca.uhn.hapi.fhir:hapi-fhir-client.


Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-r4` from 7.4.2 to 7.4.5

Updates `ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine` from 7.4.2 to 7.4.5

Updates `ca.uhn.hapi.fhir:hapi-fhir-client` from 7.4.2 to 7.4.5

---
updated-dependencies:
- dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hapifhir
- dependency-name: ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hapifhir
- dependency-name: ca.uhn.hapi.fhir:hapi-fhir-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hapifhir
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent d3c6ac4 commit 6786fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -898,10 +898,10 @@ dependencies {
branch = "master"
}
}
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.5")
// https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-caching-caffeine
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.5")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.5")
// pin
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.3.29")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.3.24")
Expand Down

0 comments on commit 6786fff

Please sign in to comment.