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 7052011 commit 44dd8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ When updating the changelog, remember to be very clear about what behavior has c
and what APIs have changed, if applicable.

## [Unreleased]
- Change commons-httpclient dependency with httpcomponents.client5:httpclient5 to fix security vulnerability

## [29.33.6] - 2022-05-03
- Provide a mechanism to set a routing hint for the d2 request to get request symbol table.
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 44dd8e4

Please sign in to comment.