Skip to content

Commit

Permalink
Bump ca.uhn.hapi.fhir:hapi-fhir-base from 6.8.0 to 6.8.1
Browse files Browse the repository at this point in the history
Bumps ca.uhn.hapi.fhir:hapi-fhir-base from 6.8.0 to 6.8.1.

---
updated-dependencies:
- dependency-name: ca.uhn.hapi.fhir:hapi-fhir-base
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 3dd56e2 commit 0333d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc-lighthouse-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
// Provides endpoint for healthcheck
implementation 'org.springframework.boot:spring-boot-starter-actuator'
// implementation 'org.springframework:spring-web:5.3.23'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.0'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:6.8.1'
implementation('ca.uhn.hapi.fhir:hapi-fhir-server-openapi:6.8.0') {
exclude group: 'xalan', module: 'xalan'
}
Expand Down

0 comments on commit 0333d42

Please sign in to comment.