Skip to content

Commit

Permalink
bump httpcomponents versions
Browse files Browse the repository at this point in the history
note core and client are no longer kept in sync; latest version of each has been taken
  • Loading branch information
ahgittin committed Nov 7, 2016
1 parent aa73099 commit 1108d8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpclient.version}</version>
<version>${httpcomponents.httpcore.version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down Expand Up @@ -321,13 +321,13 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
<version>${httpcomponents.httpclient.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<classifier>tests</classifier>
<version>${httpclient.version}</version>
<version>${httpcomponents.httpclient.version}</version>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@
<!-- double-check downstream projects before changing jackson version -->
<fasterxml.jackson.version>2.7.5</fasterxml.jackson.version>
<cxf.version>3.1.4</cxf.version>
<httpclient.version>4.4.1</httpclient.version>
<httpcomponents.httpclient.version>4.5.2</httpcomponents.httpclient.version>
<httpcomponents.httpcore.version>4.4.5</httpcomponents.httpcore.version>
<httpcomponents.version>4.4.1</httpcomponents.version> <!-- kept for compatibility in 0.10.0-SNAPSHOT, remove after -->
<commons-lang3.version>3.3.2</commons-lang3.version>
<groovy.version>2.3.7</groovy.version> <!-- Version supported by https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-2.9.1-Release-Notes -->
<jsr305.version>2.0.1</jsr305.version>
Expand Down

0 comments on commit 1108d8f

Please sign in to comment.