From b289e90a56fb4490320ea88eec1f15d67ce1dc13 Mon Sep 17 00:00:00 2001 From: cle <clement.lagorce@kereval.com> Date: Mon, 21 Nov 2022 14:29:50 +0100 Subject: [PATCH] hotfix for ehdsihl7 validator --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4895a0d5..8543d21d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ <ihehl7v3.validation.version>1.5.5</ihehl7v3.validation.version> <xcpd.plq.validation.version>1.0.3</xcpd.plq.validation.version> <chhl7v3.validator.version>1.0.7</chhl7v3.validator.version> - <ehdsihl7.validator.version>1.0.1</ehdsihl7.validator.version> + <ehdsihl7.validator.version>1.0.2</ehdsihl7.validator.version> <gitb.version>1.0.0</gitb.version> <gazelle.hl7.messagestructures.version>3.2.0</gazelle.hl7.messagestructures.version> <application.name>GazelleHL7Validator</application.name> -- GitLab