diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9ed0368c..4aecb4af16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Usage: ./scripts/extract-changelog-for-version.sh 1.3.37 5 ``` ### 1.4.0-SNAPSHOT +* Fix #725: Upgrade HttpClient from 4.5.10 to 4.5.13 * Fix #704: NPE when using Service fragment with no port specified * Fix #705: JIB assembly works on Windows * Fix #714: feat: Helm support for Golang expressions diff --git a/jkube-kit/parent/pom.xml b/jkube-kit/parent/pom.xml index d7d2354243..2ca272880f 100644 --- a/jkube-kit/parent/pom.xml +++ b/jkube-kit/parent/pom.xml @@ -44,7 +44,8 @@ 1.9 2.8.6 30.1.1-jre - 4.5.10 + 4.4.13 + 4.5.13 0.0.1 1.16 3.20.0-GA @@ -383,6 +384,10 @@ com.google.guava guava + + org.apache.httpcomponents + httpcore + org.apache.httpcomponents httpclient @@ -408,6 +413,12 @@ ${version.snakeyaml} + + org.apache.httpcomponents + httpcore + ${version.httpcore} + + org.apache.httpcomponents httpclient