Merge pull request #347 from hapifhir/gg-v5110b
update test dependencies
This commit is contained in:
commit
e81ad0ecac
|
@ -0,0 +1,11 @@
|
||||||
|
Validator:
|
||||||
|
* Fix issue with wrongly finding duplicate ids in bundles (across different resources)
|
||||||
|
* Start work on validating CDA documents
|
||||||
|
* Allow discrimination by address and name patterns
|
||||||
|
|
||||||
|
|
||||||
|
Other code Changes:
|
||||||
|
* Improve language rendering in value sets
|
||||||
|
* Fix bug generating copyright in IG publishing
|
||||||
|
* Work on CDA validation infrastructure
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||||
<validator_test_case_version>1.1.38</validator_test_case_version>
|
<validator_test_case_version>1.1.40</validator_test_case_version>
|
||||||
<junit_jupiter_version>5.6.2</junit_jupiter_version>
|
<junit_jupiter_version>5.6.2</junit_jupiter_version>
|
||||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||||
<jacoco_version>0.8.5</jacoco_version>
|
<jacoco_version>0.8.5</jacoco_version>
|
||||||
|
|
Loading…
Reference in New Issue