Skip to content

Commit bc439f9

Browse files
authored
Merge pull request #210 from CVEDetect/master
Fix CVE dependency issue
2 parents 3127706 + 8917c7a commit bc439f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bigdata-gas/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ ga('send', 'pageview');
109109
<artifactId>ctc-striterators</artifactId>
110110
<version>${project.version}</version>
111111
</dependency>
112+
<dependency>
113+
<groupId>org.apache.httpcomponents</groupId>
114+
<artifactId>httpclient</artifactId>
115+
<version>${apache.httpclient.version}</version>
116+
</dependency>
112117
<dependency>
113118
<!-- log4j is the primary logger for bigdata. -->
114119
<groupId>log4j</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Copyright 2010 by TalkingTrends (Amsterdam, The Netherlands)
216216
<apache.commons_fileupload.version>1.3.1</apache.commons_fileupload.version>
217217
<apache.commons_io.version>2.1</apache.commons_io.version>
218218
<apache.commons_logging.version>1.1.1</apache.commons_logging.version>
219-
<apache.httpclient.version>4.4</apache.httpclient.version>
219+
<apache.httpclient.version>4.5.13</apache.httpclient.version>
220220
<apache.httpclient_cache.version>4.4</apache.httpclient_cache.version>
221221
<apache.httpcore.version>4.4</apache.httpcore.version>
222222
<apache.httpmime.version>4.4</apache.httpmime.version>

0 commit comments

Comments
 (0)