From a5d6b9018add76da0425dc81830a8520461a59cf Mon Sep 17 00:00:00 2001 From: Mark Bathori Date: Fri, 15 Dec 2023 23:07:25 +0100 Subject: [PATCH] NIFI-12521: Upgrade ca.uhn.hapi dependencies to 2.5.1 Signed-off-by: Pierre Villard This closes #8168. --- nifi-commons/nifi-hl7-query-language/pom.xml | 18 +++++++++--------- .../nifi-hl7-processors/pom.xml | 18 +++++++++--------- pom.xml | 1 + 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/nifi-commons/nifi-hl7-query-language/pom.xml b/nifi-commons/nifi-hl7-query-language/pom.xml index 196af7adc7..545222bd1d 100644 --- a/nifi-commons/nifi-hl7-query-language/pom.xml +++ b/nifi-commons/nifi-hl7-query-language/pom.xml @@ -96,47 +96,47 @@ ca.uhn.hapi hapi-base - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v21 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v22 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v23 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v231 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v24 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v25 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v251 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v26 - 2.3 + ${hapi.version} diff --git a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml index 13c0ef645d..795a681c30 100644 --- a/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hl7-bundle/nifi-hl7-processors/pom.xml @@ -74,47 +74,47 @@ ca.uhn.hapi hapi-base - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v21 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v22 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v23 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v231 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v24 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v25 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v251 - 2.3 + ${hapi.version} ca.uhn.hapi hapi-structures-v26 - 2.3 + ${hapi.version} org.apache.nifi diff --git a/pom.xml b/pom.xml index 7127c360a8..add66f366d 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,7 @@ 2.2.224 3.9.1 3.1.8 + 2.5.1