Skip to content

Commit

Permalink
Bump ca.uhn.hapi.fhir:hapi-fhir-structures-r4 from 6.4.4 to 6.6.2 in …
Browse files Browse the repository at this point in the history
…/backend (#6227)
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent be66dcf commit 6ba3598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
// WireMock (only used for testing)
testImplementation "com.github.tomakehurst:wiremock-jre8:2.35.0"

implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.4.4'
implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.6.2'
implementation 'ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.0.4' //TODO: Remove when hapi-fhir-structures-r4 is upgraded to invulnerable version. See https://app.snyk.io/vuln/SNYK-JAVA-CAUHNHAPIFHIR-3358779.

implementation 'commons-validator:commons-validator:1.7'
Expand Down
8 changes: 4 additions & 4 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-base:6.4.4=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.4.4=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.4.4=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:org.hl7.fhir.r4:5.6.971=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-base:6.6.2=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-caching-api:6.6.2=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:hapi-fhir-structures-r4:6.6.2=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:org.hl7.fhir.r4:6.0.1=compileClasspath,runtimeClasspath
ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.0.4=compileClasspath,runtimeClasspath
ch.qos.logback:logback-classic:1.2.12=compileClasspath,runtimeClasspath
ch.qos.logback:logback-core:1.2.12=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 6ba3598

Please sign in to comment.