Skip to content

Commit 84bb798

Browse files
committed
ups
1 parent 19fd2b3 commit 84bb798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/xdoc/index.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
<section name="Where to find...">
9393
<p>
9494
<dl>
95-
<dt>Latest release <date>March 25, 2025</date></dt>
95+
<dt>Latest release <date>March 26, 2025</date></dt>
9696
<dd>
97-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.11.0">version 4.11.0</a></p>
97+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.11.1">version 4.11.1</a></p>
9898
</dd>
9999

100100
<dt>Source code</dt>
@@ -220,14 +220,14 @@
220220
<dependency>
221221
<groupId>org.htmlunit</groupId>
222222
<artifactId>htmlunit</artifactId>
223-
<version>4.11.0</version>
223+
<version>4.11.1</version>
224224
</dependency>]]></source>
225225
</p>
226226

227227
<p>
228228
For gradle, you would add:
229229
<source><![CDATA[
230-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.0']]></source>
230+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11.1']]></source>
231231
</p>
232232

233233
<p>

0 commit comments

Comments
 (0)