Skip to content

Commit

Permalink
Fixed #402 - Upgrade httpclient/httpcore/httpmime to 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Apr 2, 2019
1 parent c033dff commit 7a05def
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release 0.3.9 (NOT RELEASED YET)

* [Fixed Issue 402][issue-402]

Upgrade httpclient/httpmine/httpcore.

* [Fixed Issue 401][issue-401]

Upgrade JUnit
Expand Down Expand Up @@ -1105,6 +1109,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
[issue-399]: https://github.com/jenkinsci/java-client-api/issues/399
[issue-400]: https://github.com/jenkinsci/java-client-api/issues/400
[issue-401]: https://github.com/jenkinsci/java-client-api/issues/401
[issue-402]: https://github.com/jenkinsci/java-client-api/issues/402
[pull-123]: https://github.com/jenkinsci/java-client-api/pull/123
[pull-149]: https://github.com/jenkinsci/java-client-api/pull/149
[pull-158]: https://github.com/jenkinsci/java-client-api/pull/158
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<commons-lang.version>3.8.1</commons-lang.version>
<guava.version>17.0</guava.version>
<json-lib.version>2.4</json-lib.version>
<httpclient.version>4.3.6</httpclient.version>
<httpcore.version>4.3.3</httpcore.version>
<httpmime.version>4.3.6</httpmime.version>
<httpclient.version>4.5.8</httpclient.version>
<httpcore.version>4.4.11</httpcore.version>
<httpmime.version>4.5.8</httpmime.version>
<jackson-databind.version>2.9.6</jackson-databind.version>
</properties>

Expand Down

0 comments on commit 7a05def

Please sign in to comment.