diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf9d67c93..484fe7ea6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ and what APIs have changed, if applicable. ## [Unreleased] +## [29.24.1] - 2022-04-04 +- Change commons-httpclient dependency with httpcomponents.client5:httpclient5 to fix security vulnerability + ## [29.24.0] - 2021-12-09 - bump minor version for the new public method added in 29.23.3 diff --git a/build.gradle b/build.gradle index 6dff3ec60a..2f5ed85bad 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ project.ext.externalDependency = [ 'commonsCli': 'commons-cli:commons-cli:1.0', 'commonsCodec': 'commons-codec:commons-codec:1.3', 'commonsCompress': 'org.apache.commons:commons-compress:1.2', - 'commonsHttpClient': 'org.apache.httpcomponents.client5:httpclient5:5.1.3',//'org.apache.httpcomponents:httpclient:4.5.13', //'commons-httpclient:commons-httpclient:3.3.2', + 'commonsHttpClient': 'org.apache.httpcomponents.client5:httpclient5:5.1.3', 'commonsIo': 'commons-io:commons-io:2.4', 'commonsLang': 'commons-lang:commons-lang:2.6', 'commonsText': 'org.apache.commons:commons-text:1.8',