Skip to content

Commit 95d87c4

Browse files
committed
jetty.version 12.1.13
1 parent 0b56599 commit 95d87c4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<htmlunit-cssparser.version>5.5.0</htmlunit-cssparser.version>
4848
<htmlunit-corejs.version>5.5.0</htmlunit-corejs.version>
4949
<htmlunit-neko.version>5.5.0</htmlunit-neko.version>
50-
<htmlunit-websocketclient.version>5.5.0</htmlunit-websocketclient.version>
50+
<htmlunit-websocketclient.version>5.6.0-SNAPSHOT</htmlunit-websocketclient.version>
5151
<htmlunit-xpath.version>5.6.0-SNAPSHOT</htmlunit-xpath.version>
5252

5353
<httpcomponents.version>4.5.14</httpcomponents.version>
@@ -64,7 +64,7 @@
6464
<!-- test dependencies -->
6565
<junit.version>6.1.3</junit.version>
6666
<junit-pioneer.version>2.3.0</junit-pioneer.version>
67-
<jetty.version>12.1.12</jetty.version>
67+
<jetty.version>12.1.13</jetty.version>
6868
<quercus.version>4.0.66</quercus.version>
6969
<logback-classic.version>1.6.3</logback-classic.version>
7070
<commons-text.version>1.15.0</commons-text.version>

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
</properties>
88

99
<body>
10-
<release version="5.6.0" date="September xx, 2026" description="Bugfixes">
10+
<release version="5.6.0" date="September xx, 2026" description="Chrome/Edge 153, Bugfixes">
11+
<action type="update" dev="rbri">
12+
websocket-client: jetty updated to 12.1.13.
13+
</action>
1114
<action type="fix" dev="rbri">
1215
DoTypeProcessor: Processing the backspace key has to clear the current selection if it is not empty.
1316
</action>

0 commit comments

Comments
 (0)