Skip to content

Commit

Permalink
upgrade Apache HttpComponents to 4.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Mar 7, 2020
1 parent 2c1dca1 commit 314ed77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<htmlunitneko.version>2.38.0</htmlunitneko.version>
<htmlunitcorejs.version>2.38.0</htmlunitcorejs.version>

<httpcomponents.version>4.5.11</httpcomponents.version>
<httpcomponents.version>4.5.12</httpcomponents.version>
<jetty.version>9.4.27.v20200227</jetty.version>
<log4j.version>2.13.1</log4j.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

<body>
<release version="2.38.0" date="xxxx, 2020" description="Bugfixes, CHROME 80">
<action type="update" dev="rbri">
Upgrade Apache HttpComponents to 4.5.12.
</action>
<action type="fix" dev="rbri" issue="#140">
Improved color parsing to support hsl colors also for
CanvasRenderingContext2D strokeStyle and fillStyle property.
Expand Down

0 comments on commit 314ed77

Please sign in to comment.