Skip to content

Commit

Permalink
Bump validation version to 5.3.14 for VCI, and bump validator version…
Browse files Browse the repository at this point in the history
… to 1.4
  • Loading branch information
Michael O'Keefe committed May 18, 2021
1 parent 8ce1926 commit d2f0f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
// https://chat.fhir.org/#narrow/stream/179166-implementers/topic/New.20validator.20JAR.20location
// the ig-publisher uses this one too
// https://github.com/HL7/fhir-ig-publisher/blob/master/pom.xml#L68
implementation("ca.uhn.hapi.fhir", "org.hl7.fhir.validation", "5.3.11")
implementation("ca.uhn.hapi.fhir", "org.hl7.fhir.validation", "5.3.14")

// validator dependencies (should be able to get these automatically?)
implementation("org.apache.commons","commons-compress", "1.19")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.3.0
version=1.4.0

0 comments on commit d2f0f91

Please sign in to comment.