This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new 62d08e40ef40 [4.18.x] CAMEL-24240: Align all FHIR core dependencies
62d08e40ef40 is described below
commit 62d08e40ef4096de68d50a48e23bc89fa28ab11a
Author: James Netherton <[email protected]>
AuthorDate: Wed Jul 22 15:39:41 2026 +0100
[4.18.x] CAMEL-24240: Align all FHIR core dependencies
CAMEL-24240: Align all FHIR core dependencies
Co-authored-by: Claude Opus 4.6 <[email protected]>
---
components/camel-fhir/camel-fhir-component/pom.xml | 27 +++++++++++++++++++++-
parent/pom.xml | 4 ++--
2 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/components/camel-fhir/camel-fhir-component/pom.xml
b/components/camel-fhir/camel-fhir-component/pom.xml
index 4ab5fe2e6ce1..c8075259d398 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 bbaaa62cce4b..32c1f55af1e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -236,8 +236,8 @@
<hamcrest-version>3.0</hamcrest-version>
<hapi-version>2.6.0</hapi-version>
<hapi-base-version>2.6.0</hapi-base-version>
- <hapi-fhir-version>8.6.5</hapi-fhir-version>
- <hapi-fhir-utilities-version>6.9.1</hapi-fhir-utilities-version>
+ <hapi-fhir-version>8.10.0</hapi-fhir-version>
+ <hapi-fhir-core-version>6.9.12</hapi-fhir-core-version>
<hawtio-version>4.6.2</hawtio-version>
<!-- hazelcast version should stay at 5.4.0 due to commercial changes
in 5.5.0 -->
<hazelcast-version>5.4.0</hazelcast-version>