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.5 to 7.6.1

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2025
1 parent 3a07ce9 commit 4d875b3
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.5")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.6.1")
// https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-caching-caffeine
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.5")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.5")
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.6.1")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.6.1")
// pin
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.4.0")
implementation("ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.4.0")
Expand Down

0 comments on commit 4d875b3

Please sign in to comment.