Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 85c7f00

Browse files
author
Tom
committed
Commit Release 2.1.24_2.10, which downrevved httpclient dependency from 4.3.1 to 4.2.3.
1 parent 75eba46 commit 85c7f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.gravity</groupId>
66
<artifactId>goose</artifactId>
7-
<version>2.1.23_2.10</version>
7+
<version>2.1.24_2.10</version>
88
<packaging>jar</packaging>
99
<name>goose</name>
1010
<url>http://maven.apache.org</url>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.apache.httpcomponents</groupId>
6161
<artifactId>httpclient</artifactId>
62-
<version>4.3.1</version>
62+
<version>4.2.3</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)