Skip to content

Commit

Permalink
Update httpclient and guava
Browse files Browse the repository at this point in the history
  • Loading branch information
djansen-redhat committed Aug 29, 2018
1 parent 88c4b3c commit 42e9de0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions server/functional-test/pom.xml
Expand Up @@ -95,17 +95,17 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.6</version>
<version>4.4.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.3.3</version>
<version>4.5.6</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
Expand Down
4 changes: 2 additions & 2 deletions server/pom.xml
Expand Up @@ -41,7 +41,7 @@
<weld.spi.version>2.3.Final </weld.spi.version>
<groovy.version>2.4.12</groovy.version>
<icu4j.version>62.1</icu4j.version>
<guava.version>23.5-jre</guava.version>
<guava.version>25.0-jre</guava.version>
<gwt.version>2.8.0</gwt.version>
<lucene.version>5.3.1</lucene.version>
<org.mock-server.version>3.9.17</org.mock-server.version>
Expand Down Expand Up @@ -486,7 +486,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
<version>4.5.6</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 42e9de0

Please sign in to comment.