Skip to content

Commit

Permalink
Updates changelog & removes comment from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 committed May 4, 2022
1 parent 915dd9e commit ee1d35f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ee1d35f

Please sign in to comment.