You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/06 08:15:12 UTC

(camel) branch main updated: Bump hapi-fhir-version from 7.0.1 to 7.0.2 (#13387)

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

davsclaus 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 95714ee9e1f Bump hapi-fhir-version from 7.0.1 to 7.0.2 (#13387)
95714ee9e1f is described below

commit 95714ee9e1f5e5c99db816c495cf5e42ad950ae6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 6 09:15:06 2024 +0100

    Bump hapi-fhir-version from 7.0.1 to 7.0.2 (#13387)
    
    Bumps `hapi-fhir-version` from 7.0.1 to 7.0.2.
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-base` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-client` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-r5` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-r4` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1` from 7.0.1 to 7.0.2
    
    Updates `ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2` from 7.0.1 to 7.0.2
    
    ---
    updated-dependencies:
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-r4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-dstu2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: ca.uhn.hapi.fhir:hapi-fhir-structures-hl7org-dstu2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ebce62580c9..960fb8bb538 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -196,7 +196,7 @@
         <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.5.1</hapi-version>
         <hapi-base-version>2.5.1</hapi-base-version>
-        <hapi-fhir-version>7.0.1</hapi-fhir-version>
+        <hapi-fhir-version>7.0.2</hapi-fhir-version>
         <hazelcast-version>5.3.6</hazelcast-version>
         <hdrhistrogram-version>2.1.12</hdrhistrogram-version>
         <hibernate-validator-version>8.0.1.Final</hibernate-validator-version>