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

jamesnetherton 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 86740d04e739 CAMEL-24240: align all FHIR core dependencies to 6.9.12
86740d04e739 is described below

commit 86740d04e739c1b05baa0f8ad17fd3df60bc34ac
Author: James Netherton <[email protected]>
AuthorDate: Wed Jul 22 12:56:15 2026 +0100

    CAMEL-24240: align all FHIR core dependencies to 6.9.12
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 components/camel-fhir/camel-fhir-component/pom.xml | 27 +++++++++++++++++++++-
 parent/pom.xml                                     |  2 +-
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/components/camel-fhir/camel-fhir-component/pom.xml 
b/components/camel-fhir/camel-fhir-component/pom.xml
index fbed1b9efad9..421cc36a61fe 100644
--- a/components/camel-fhir/camel-fhir-component/pom.xml
+++ b/components/camel-fhir/camel-fhir-component/pom.xml
@@ -49,7 +49,32 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.utilities</artifactId>
-                <version>${hapi-fhir-utilities-version}</version>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu2</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu3</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.r4</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.r5</artifactId>
+                <version>${hapi-fhir-core-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>ca.uhn.hapi.fhir</groupId>
+                <artifactId>org.hl7.fhir.dstu2016may</artifactId>
+                <version>${hapi-fhir-core-version}</version>
             </dependency>
         </dependencies>
     </dependencyManagement>
diff --git a/parent/pom.xml b/parent/pom.xml
index c2b1667e3ce0..bcf9a99280c1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,7 +214,7 @@
         <hapi-version>2.6.0</hapi-version>
         <hapi-base-version>2.6.0</hapi-base-version>
         <hapi-fhir-version>8.10.0</hapi-fhir-version>
-        <hapi-fhir-utilities-version>6.9.12</hapi-fhir-utilities-version>
+        <hapi-fhir-core-version>6.9.12</hapi-fhir-core-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