Skip to content

Commit 3e9b0eb

Browse files
committed
jetty updated to 9.4.57.v20241219
1 parent ca2487f commit 3e9b0eb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<htmlunitneko.version>4.7.0</htmlunitneko.version>
3131
<htmlunitxpath.version>4.8.0-SNAPSHOT</htmlunitxpath.version>
3232
<htmlunitcorejs.version>4.8.0-SNAPSHOT</htmlunitcorejs.version>
33-
<htmlunitwebsocketclient.version>4.7.0</htmlunitwebsocketclient.version>
33+
<htmlunitwebsocketclient.version>4.8.0-SNAPSHOT</htmlunitwebsocketclient.version>
3434

3535
<httpcomponents.version>4.5.14</httpcomponents.version>
3636

3737
<htmlunitdriver.version>4.27.0</htmlunitdriver.version>
3838
<selenium.version>4.27.0</selenium.version>
3939
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>
4040

41-
<jetty.version>9.4.56.v20240826</jetty.version>
41+
<jetty.version>9.4.57.v20241219</jetty.version>
4242
<log4j.version>2.24.3</log4j.version>
4343
<slf4j.version>2.0.16</slf4j.version>
4444

src/changes/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

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

0 commit comments

Comments
 (0)