From e6a6c22783794e6fcba6ae63a2eeaa5e4a89da58 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Sun, 31 Mar 2019 13:57:02 -0400 Subject: [PATCH] Bump a few project dependencies --- hapi-fhir-testpage-overlay/pom.xml | 1 + pom.xml | 20 ++++++++++---------- src/changes/changes.xml | 16 +++++++++++++--- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/hapi-fhir-testpage-overlay/pom.xml b/hapi-fhir-testpage-overlay/pom.xml index d88a4d70400..0e3a169a064 100644 --- a/hapi-fhir-testpage-overlay/pom.xml +++ b/hapi-fhir-testpage-overlay/pom.xml @@ -212,6 +212,7 @@ true false + WEB-INF/lib/*.jar diff --git a/pom.xml b/pom.xml index b450d5478af..75f360c7904 100755 --- a/pom.xml +++ b/pom.xml @@ -529,7 +529,7 @@ 1.2.0 4.2.2 1.2 - 2.6.2 + 2.7.0 1.11 1.6 2.6 @@ -547,14 +547,14 @@ 9.4.14.v20181114 3.0.2 - 5.4.1.Final + 5.4.2.Final 5.11.1.Final 5.5.5 - 5.4.1.Final + 5.4.2.Final 4.4.6 4.5.3 - 2.9.7 + 2.9.8 3.1.0 1.8 4.0.0.Beta3 @@ -564,8 +564,8 @@ 9.5.1-5_1 1.2_5 1.7.25 - 5.1.5.RELEASE - 2.1.3.RELEASE + 5.1.6.RELEASE + 2.1.5.RELEASE 2.1.1.RELEASE 1.2.2.RELEASE @@ -1087,7 +1087,7 @@ org.fusesource.jansi jansi - 1.16 + 1.17.1 org.glassfish @@ -1187,7 +1187,7 @@ org.mockito mockito-core - 2.23.4 + 2.25.1 org.postgresql @@ -1454,7 +1454,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins @@ -1530,7 +1530,7 @@ org.codehaus.mojo license-maven-plugin - 1.16 + 1.19 true false diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e4f8cb2a4b0..6beb7f5a18f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -11,9 +11,14 @@ The version of a few dependencies have been bumped to the latest versions (dependent HAPI modules listed in brackets): -
  • Spring (JPA): 5.1.3.RELEASE -> 5.1.5.RELEASE
  • - +
      +
    • Hibernate (JPA): 5.4.1 -> 5.4.2
    • +
    • Jackson (JPA): 2.9.7 -> 2.9.8
    • +
    • Spring (JPA): 5.1.3.RELEASE -> 5.1.6.RELEASE
    • +
    • Spring-Data (JPA): 2.1.3.RELEASE -> 2.1.5.RELEASE
    • +
    • Caffeine (JPA): 2.6.2 -> 2.7.0
    • +
    • JANSI (CLI): 1.16 -> 1.17.1
    • +
    ]]> @@ -112,6 +117,11 @@ Bundle.entry.resource, even though the FHIR spec states that this field should be empty. This was corrected. + + The hapi-fhir-testpage-overlay project no longer includes any library JARs + in the built WAR, in order to prevent duplicates and conflicts in implementing + projects. +