Skip to content

Commit 41bccdd

Browse files
committed
updating maven files for httpclient / httpcore update
1 parent 7f34ded commit 41bccdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@
181181
<dependency>
182182
<groupId>org.apache.httpcomponents</groupId>
183183
<artifactId>httpclient</artifactId>
184-
<version>4.5</version>
184+
<version>4.5.1</version>
185185
</dependency>
186186
<dependency>
187187
<groupId>org.apache.httpcomponents</groupId>
188188
<artifactId>httpcore</artifactId>
189-
<version>4.4.1</version>
189+
<version>4.4.3</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)