From ad7a66d249ec012a758c4558c38a5bf0a72ff63a Mon Sep 17 00:00:00 2001
From: Alexandre P <apo@kereval.com>
Date: Fri, 2 Feb 2024 16:06:55 +0100
Subject: [PATCH] change version of hapi fhir

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0234c46..291fbd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
         <git.project.url>
             https://${git.user.name}:${git.user.token}@gitlab.inria.fr/gazelle/applications/test-execution/simulator/pixm-connector.git
         </git.project.url>
-        <hapi.fhir.version>6.11.9-SNAPSHOT</hapi.fhir.version>
+        <hapi.fhir.version>7.0.0-BETA</hapi.fhir.version>
         <maven.release.plugin.version>2.5.3</maven.release.plugin.version>
         <nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
         <sonar.maven.plugin>3.9.0.2155</sonar.maven.plugin>
-- 
GitLab