Skip to content

Commit 23e120e

Browse files
committed
Fixed #405 - Update jackson-databind to 2.9.8
1 parent f164cf7 commit 23e120e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

ReleaseNotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Release 0.3.9 (NOT RELEASED YET)
44

5+
* [Fixed Issue 405][issue-405]
6+
7+
* CVE-2018-14718
8+
* CVE-2018-14719
9+
* CVE-2018-14720
10+
* CVE-2018-14721
11+
* CVE-2018-19360
12+
* CVE-2018-19361
13+
* CVE-2018-19362
14+
515
* [Fixed Issue 402][issue-402]
616

717
Upgrade httpclient/httpmine/httpcore.
@@ -1109,6 +1119,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
11091119
[issue-400]: https://github.com/jenkinsci/java-client-api/issues/400
11101120
[issue-401]: https://github.com/jenkinsci/java-client-api/issues/401
11111121
[issue-402]: https://github.com/jenkinsci/java-client-api/issues/402
1122+
[issue-405]: https://github.com/jenkinsci/java-client-api/issues/405
11121123
[pull-123]: https://github.com/jenkinsci/java-client-api/pull/123
11131124
[pull-149]: https://github.com/jenkinsci/java-client-api/pull/149
11141125
[pull-158]: https://github.com/jenkinsci/java-client-api/pull/158

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<httpclient.version>4.5.8</httpclient.version>
6464
<httpcore.version>4.4.11</httpcore.version>
6565
<httpmime.version>4.5.8</httpmime.version>
66-
<jackson-databind.version>2.9.6</jackson-databind.version>
66+
<jackson-databind.version>2.9.8</jackson-databind.version>
6767
</properties>
6868

6969
<licenses>

0 commit comments

Comments
 (0)