Skip to content

Commit 7d8e205

Browse files
committed
Java: Upgrading httcomponents in maven
1 parent 43014b7 commit 7d8e205

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
@@ -186,12 +186,12 @@
186186
<dependency>
187187
<groupId>org.apache.httpcomponents</groupId>
188188
<artifactId>httpclient</artifactId>
189-
<version>4.5.1</version>
189+
<version>4.5.2</version>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.apache.httpcomponents</groupId>
193193
<artifactId>httpcore</artifactId>
194-
<version>4.4.3</version>
194+
<version>4.4.4</version>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)