This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c5c876ff024 Use fhir utilities 6.9.1 (#22201)
6c5c876ff024 is described below

commit 6c5c876ff024e05ae85049316c20ce6aa366e026
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Mar 23 13:21:54 2026 -0400

    Use fhir utilities 6.9.1 (#22201)
---
 components/camel-fhir/camel-fhir-component/pom.xml | 25 ++++++++++++++--------
 parent/pom.xml                                     |  1 +
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/components/camel-fhir/camel-fhir-component/pom.xml 
b/components/camel-fhir/camel-fhir-component/pom.xml
index 03707a9de96b..5d5ab4cd6685 100644
--- a/components/camel-fhir/camel-fhir-component/pom.xml
+++ b/components/camel-fhir/camel-fhir-component/pom.xml
@@ -39,6 +39,21 @@
         <outPackage>org.apache.camel.component.fhir.internal</outPackage>
     </properties>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>commons-io</groupId>
+                <artifactId>commons-io</artifactId>
+                <version>${commons-io-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.utilities</artifactId>
+                <version>${hapi-fhir-utilities-version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -347,13 +362,5 @@
             </plugins>
         </pluginManagement>
     </build>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>${commons-io-version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
+
 </project>
diff --git a/parent/pom.xml b/parent/pom.xml
index 891f9e99f8af..73fe2178b18e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -242,6 +242,7 @@
         <hapi-version>2.6.0</hapi-version>
         <hapi-base-version>2.6.0</hapi-base-version>
         <hapi-fhir-version>8.8.1</hapi-fhir-version>
+        <hapi-fhir-utilities-version>6.9.1</hapi-fhir-utilities-version>
         <hawtio-version>4.6.2</hawtio-version>
         <!-- https://issues.apache.org/jira/browse/CAMEL-22041
             hazelcast needs to stay at 5.4.0 for 4.19.0 due to changes where 
the CP subsystem is only available in

Reply via email to