Skip to content
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ext {
dependencies {
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.cloud:spring-cloud-starter-gateway"
implementation "ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.4.0"
implementation "ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:8.10.0"
implementation "com.heroku.sdk:env-keystore:1.1.12"

implementation "org.apache.commons:commons-lang3:3.19.0"
Expand Down
Loading