Skip to content

Commit

Permalink
Fixes httpclient vulnerability by replacing it with a newer alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 committed May 4, 2022
1 parent e162e3b commit 915dd9e
Showing 1 changed file with 1 addition and 1 deletion.
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': 'commons-httpclient:commons-httpclient:3.1',
'commonsHttpClient': 'org.apache.httpcomponents.client5:httpclient5:5.1.3',//'org.apache.httpcomponents:httpclient:4.5.13', //'commons-httpclient:commons-httpclient:3.3.2',
'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 915dd9e

Please sign in to comment.