This is an automated email from the ASF dual-hosted git repository.
acosentino 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 470c012ddd47 Upgrade fhir utilities to 6.9.1 (#22202)
470c012ddd47 is described below
commit 470c012ddd47b5398cb3a6c0d2711ccf1ec25601
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Mar 23 13:22:11 2026 -0400
Upgrade fhir utilities to 6.9.1 (#22202)
---
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 44be3748c8f6..8ef9909d27fc 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>
@@ -348,13 +363,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 15bd0a28b977..626b1d712041 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -237,6 +237,7 @@
<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>
<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>