Skip to content

Commit

Permalink
Bump the hapifhir group in /prime-router with 3 updates
Browse files Browse the repository at this point in the history
Bumps the hapifhir group in /prime-router with 3 updates: 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.2.2 to 7.4.0

Updates `ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine` from 7.2.2 to 7.4.0

Updates `ca.uhn.hapi.fhir:hapi-fhir-client` from 7.2.2 to 7.4.0

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent e84f2c3 commit 5393626
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 @@ -838,10 +838,10 @@ dependencies {
branch = "master"
}
}
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.2.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-structures-r4:7.4.0")
// https://mvnrepository.com/artifact/ca.uhn.hapi.fhir/hapi-fhir-caching-caffeine
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.2.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.2.2")
implementation("ca.uhn.hapi.fhir:hapi-fhir-caching-caffeine:7.4.0")
implementation("ca.uhn.hapi.fhir:hapi-fhir-client:7.4.0")
implementation("ca.uhn.hapi:hapi-base:2.5.1")
implementation("ca.uhn.hapi:hapi-structures-v251:2.5.1")
implementation("ca.uhn.hapi:hapi-structures-v27:2.5.1")
Expand Down

0 comments on commit 5393626

Please sign in to comment.