Update hapi-fhir to 8.7.5-SNAPSHOT

This commit is contained in:
dotasek
2026-01-12 10:30:44 -05:00
parent 8e0b6f9b69
commit bf0ef92916
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>8.7.0-SNAPSHOT</version>
<version>8.7.5-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -297,12 +297,12 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>elasticsearch</artifactId>
<artifactId>testcontainers-elasticsearch</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<artifactId>testcontainers-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>