Skip to content

Commit c0672af

Browse files
committed
version 4.0.0
1 parent e590727 commit c0672af

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HtmlUnit
22

3-
Version 3.11.0 / February 10, 2024
3+
Version 4.0.0 / April 1, 2024
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838
<dependency>
3939
<groupId>org.htmlunit</groupId>
4040
<artifactId>htmlunit</artifactId>
41-
<version>3.11.0</version>
41+
<version>4.0.0</version>
4242
</dependency>
4343
```
4444

@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747
Add to your `build.gradle`:
4848

4949
```groovy
50-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.0.0'
5151
```
5252

5353
## Vulnerabilities
@@ -121,7 +121,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
121121
<dependency>
122122
<groupId>org.htmlunit</groupId>
123123
<artifactId>htmlunit</artifactId>
124-
<version>3.11.0-SNAPSHOT</version>
124+
<version>4.1.0-SNAPSHOT</version>
125125
</dependency>
126126
<!-- ... -->
127127
</dependencies>
@@ -140,7 +140,7 @@ repositories {
140140
}
141141
// ...
142142
dependencies {
143-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.12.0-SNAPSHOT'
143+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.1.0-SNAPSHOT'
144144
// ...
145145
}
146146
```
@@ -184,7 +184,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
184184
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
185185

186186

187-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.11.0/ "HtmlUnit on sourceforge"
187+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/4.0.0/ "HtmlUnit on sourceforge"
188188
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
189189
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
190190
[4]: https://www.htmlunit.org "https://www.htmlunit.org"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -34,7 +34,7 @@
3434

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

37-
<htmlunitdriver.version>4.19.0-SNAPSHOT</htmlunitdriver.version>
37+
<htmlunitdriver.version>4.19.1</htmlunitdriver.version>
3838
<selenium.version>4.19.1</selenium.version>
3939

4040
<jetty.version>9.4.54.v20240208</jetty.version>

src/changes/changes.xml

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

99
<body>
10-
<release version="4.0.0" date="March xx, 2024" description="IE support removed, htmlunit-websocket-client, Chrome/Edge 123, Firefox 124, Bugfixes">
10+
<release version="4.0.0" date="April 01, 2024" description="IE support removed, htmlunit-websocket-client, Chrome/Edge 123, Firefox 124, Bugfixes">
1111
<action type="remove" dev="rbri">
1212
IE is no longer supported. This implies the largest change of the code base during the last &gt; 10 years.
1313
More than 200 flags removed from the code and about 6.000 test case expectations adjusted.

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
<section name="Where to find...">
5858
<p>
5959
<dl>
60-
<dt>Latest release <date>February 10, 2024</date></dt>
60+
<dt>Latest release <date>April 01, 2024</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.11.0">version 3.11.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.0.0">version 4.0.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>org.htmlunit</groupId>
186186
<artifactId>htmlunit</artifactId>
187-
<version>3.11.0</version>
187+
<version>4.0.0</version>
188188
</dependency>]]></source>
189189
</p>
190190

0 commit comments

Comments
 (0)