From bf0ef92916178f0a1eb8c56f653fa7285963913c Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 12 Jan 2026 10:30:44 -0500 Subject: [PATCH] Update hapi-fhir to 8.7.5-SNAPSHOT --- pom.xml | 6 +++--- .../ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5879bc8..7adf3e6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ ca.uhn.hapi.fhir hapi-fhir - 8.7.0-SNAPSHOT + 8.7.5-SNAPSHOT hapi-fhir-jpaserver-starter @@ -297,12 +297,12 @@ org.testcontainers - elasticsearch + testcontainers-elasticsearch test org.testcontainers - junit-jupiter + testcontainers-junit-jupiter test diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java index 1c1d2c7..64230d6 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java @@ -3,7 +3,7 @@ package ca.uhn.fhir.jpa.starter.common; import ca.uhn.fhir.batch2.config.Batch2JobRegisterer; import ca.uhn.fhir.batch2.jobs.export.BulkDataExportProvider; import ca.uhn.fhir.batch2.jobs.imprt.BulkDataImportProvider; -import ca.uhn.fhir.batch2.jobs.reindex.ReindexProvider; +import ca.uhn.fhir.batch2.jobs.bulkmodify.reindex.ReindexProvider; import ca.uhn.fhir.context.ConfigurationException; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirVersionEnum;