Skip to content

Commit 013ae41

Browse files
CC-13829: Upgrade httpclient to 4.5.13 (#495)
1 parent 4f54484 commit 013ae41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<artifactId>jest</artifactId>
7474
<version>${jest.version}</version>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.apache.httpcomponents</groupId>
78+
<artifactId>httpclient</artifactId>
79+
<version>4.5.13</version>
80+
</dependency>
7681
<dependency>
7782
<groupId>org.hamcrest</groupId>
7883
<artifactId>hamcrest-all</artifactId>

0 commit comments

Comments
 (0)