diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/changes.yaml index 7df82b223c7..3ecfec73f71 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_7_0/changes.yaml @@ -15,7 +15,7 @@
  • Spring-Data (JPA): 2.5.0 -> 2.6.0
  • Hibernate ORM (JPA): 5.4.30.Final -> 5.4.33
  • Flyway (JPA): 6.5.4 -> 8.3.0
  • -
  • H2 (JPA): 1.4.200 -> 2.0.204 (Note that this change requires the use of the HapiFhirH2Dialect instead of the built-in Hibernate H2Dialect due to Hibernate issue HHH-15002
  • +
  • H2 (JPA): 1.4.200 -> 2.0.206 (Note that this change requires the use of the HapiFhirH2Dialect instead of the built-in Hibernate H2Dialect due to Hibernate issue HHH-15002
  • Commons-DBCP2 (JPA): .8.0 -> .8.0 -> 2.9.0
  • Swagger-Models (OpenAPI Support): 2.1.7 -> 2.1.12
  • Thymeleaf (Testpage Overlay): 3.0.12.RELEASE -> 3.0.14.RELEASE (Addresses CVE-2021-43466)
  • diff --git a/pom.xml b/pom.xml index 477205ab10e..5bc33c8927e 100644 --- a/pom.xml +++ b/pom.xml @@ -962,7 +962,7 @@ com.h2database h2 - 2.0.204 + 2.0.206 com.helger