Merge pull request #895 from hapifhir/rel_8_7-tracking

HAPI 8.8.0 Release Tracking Branch
This commit is contained in:
dotasek
2026-02-23 09:36:03 -05:00
committed by GitHub

11
pom.xml
View File

@@ -6,7 +6,7 @@
<properties> <properties>
<java.version>17</java.version> <java.version>17</java.version>
<hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision> <hapi.fhir.jpa.server.starter.revision>1</hapi.fhir.jpa.server.starter.revision>
<clinical-reasoning.version>4.2.0</clinical-reasoning.version> <clinical-reasoning.version>4.4.0</clinical-reasoning.version>
<!-- Plugins Versions --> <!-- Plugins Versions -->
<maven.failsafe.version>3.5.4</maven.failsafe.version> <maven.failsafe.version>3.5.4</maven.failsafe.version>
@@ -21,6 +21,7 @@
<commons.logging.version>1.3.5</commons.logging.version> <commons.logging.version>1.3.5</commons.logging.version>
<spring_boot_version>3.5.9</spring_boot_version> <spring_boot_version>3.5.9</spring_boot_version>
<postgresql.version>42.7.9</postgresql.version> <postgresql.version>42.7.9</postgresql.version>
<logback_version>1.5.25</logback_version>
</properties> </properties>
<!-- one-liner to take you to the cloud with settings form the application.yaml file: --> <!-- one-liner to take you to the cloud with settings form the application.yaml file: -->
@@ -34,7 +35,7 @@
<parent> <parent>
<groupId>ca.uhn.hapi.fhir</groupId> <groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId> <artifactId>hapi-fhir</artifactId>
<version>8.6.5</version> <version>8.8.0</version>
</parent> </parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId> <artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -204,12 +205,12 @@
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>1.5.19</version> <version>${logback_version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId> <artifactId>logback-core</artifactId>
<version>1.5.19</version> <version>${logback_version}</version>
</dependency> </dependency>
<!-- Needed for JEE/Servlet support --> <!-- Needed for JEE/Servlet support -->
@@ -312,13 +313,11 @@
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers-elasticsearch</artifactId> <artifactId>testcontainers-elasticsearch</artifactId>
<version>2.0.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.testcontainers</groupId> <groupId>org.testcontainers</groupId>
<artifactId>testcontainers-junit-jupiter</artifactId> <artifactId>testcontainers-junit-jupiter</artifactId>
<version>2.0.2</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>