Skip to content

Commit

Permalink
jetty updated to 9.4.57.v20241219
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 9, 2025
1 parent ca2487f commit 3e9b0eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
<htmlunitneko.version>4.7.0</htmlunitneko.version>
<htmlunitxpath.version>4.8.0-SNAPSHOT</htmlunitxpath.version>
<htmlunitcorejs.version>4.8.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitwebsocketclient.version>4.7.0</htmlunitwebsocketclient.version>
<htmlunitwebsocketclient.version>4.8.0-SNAPSHOT</htmlunitwebsocketclient.version>

<httpcomponents.version>4.5.14</httpcomponents.version>

<htmlunitdriver.version>4.27.0</htmlunitdriver.version>
<selenium.version>4.27.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>

<jetty.version>9.4.56.v20240826</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>2.0.16</slf4j.version>

Expand Down
9 changes: 9 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

<body>
<release version="4.8.0" date="January xx, 2025" description="Bugfixes">
<action type="update" dev="rbri">
websocket-client: jetty updated to 9.4.57.v20241219.
</action>
<action type="fix" dev="RhinoTeam">
core-js: add an empty slot map (singleton) for cases where no slots exist; this should reduce the memory needed a bit
</action>
<action type="fix" dev="RhinoTeam">
core-js: methods cannot be used as constructor fixed
</action>
<action type="update" dev="rbri">
Upgrade commons-codec to 1.17.2.
</action>
Expand Down

0 comments on commit 3e9b0eb

Please sign in to comment.