diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/changes.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/changes.yaml index 36241323675..6ad0695d4a8 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/changes.yaml +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_3_0/changes.yaml @@ -8,4 +8,5 @@
  • Woodstox (XML FHIR Parser): 4.4.1 -> 6.2.3 (Note that the Maven groupId has changed from org.codehaus.woodstox to com.fasterxml.woodstox and the Maven artifactId has changed from woodstox-core-asl to woodstox-core for this library)
  • Spring (JPA): 5.2.3.RELEASE -> 5.2.9.RELEASE
  • Jetty (JPA Starter): 9.4.30.v20200611 -> 9.4.35.v20201120
  • +
  • Spring Boot (JPA Starter): 2.2.6.RELEASE -> 2.4.1
  • " diff --git a/pom.xml b/pom.xml index 9bee25857a6..5b68b837884 100644 --- a/pom.xml +++ b/pom.xml @@ -744,7 +744,7 @@ 9.4.35.v20201120 3.0.2 - 5.6.2 + 5.7.0 6.5.4 5.4.22.Final @@ -769,7 +769,7 @@ 2.2.0.RELEASE 4.2.3.RELEASE - 2.2.6.RELEASE + 2.4.1 1.2.2.RELEASE 3.1.4 @@ -1813,7 +1813,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.0.0-M4 + 3.0.0-M5 org.apache.maven.plugins @@ -1840,7 +1840,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M3 + 3.0.0-M5 true random