update test case dependency
This commit is contained in:
parent
6626b72b4f
commit
581799d01c
|
@ -0,0 +1,11 @@
|
|||
Validator changes:
|
||||
* (none)
|
||||
|
||||
other code changes:
|
||||
* fix bug when converting positiveInt between versions
|
||||
* fix bug raising error when processing bundles
|
||||
* don't use prism for big binaries when rendering library
|
||||
* fix parameters renderer to create proper anchors
|
||||
* Don't render id/base/other properties of Resource itself in auto-narrative generator
|
||||
* fix bug where extension values not generated for simple extensions
|
||||
* fix bug rendering content references in profiles
|
2
pom.xml
2
pom.xml
|
@ -19,7 +19,7 @@
|
|||
|
||||
<properties>
|
||||
<hapi_fhir_version>5.1.0</hapi_fhir_version>
|
||||
<validator_test_case_version>1.1.47</validator_test_case_version>
|
||||
<validator_test_case_version>1.1.48-SNAPSHOT</validator_test_case_version>
|
||||
<junit_jupiter_version>5.6.2</junit_jupiter_version>
|
||||
<maven_surefire_version>3.0.0-M4</maven_surefire_version>
|
||||
<jacoco_version>0.8.5</jacoco_version>
|
||||
|
|
Loading…
Reference in New Issue