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 24259fb2ed8..27be2312139 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
@@ -9,6 +9,7 @@
Spring (JPA): 5.2.3.RELEASE -> 5.2.9.RELEASE
Datasource-Proxy (JPA): 1.5.1 -> 1.7
Jetty (JPA Starter): 9.4.30.v20200611 -> 9.4.35.v20201120
+ Guava (JP): 29.0-jre -> 30.1-jre
Hibernate ORM (JPA Server): 5.4.22.FINAL -> 5.4.26.FINAL
Spring (JPA Server): 5.2.9.RELEASE -> 5.3.2
Spring Data (JPA Server): 2.2.0.RELEASE -> 2.4.2
diff --git a/pom.xml b/pom.xml
index 6af0ba64420..1939cc64aa2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -733,7 +733,7 @@
2.3.4
2.3.4
0.7.9
- 29.0-jre
+ 30.1-jre
2.8.5
2.2.11_1
2.3.1
@@ -1141,6 +1141,11 @@
httpclient
${httpclient_version}
+
+ org.apache.httpcomponents
+ httpclient-cache
+ ${httpclient_version}
+
org.apache.httpcomponents
httpclient-android