Skip to content

Commit 9dfc038

Browse files
committed
version 4.3.0
1 parent 8f8023e commit 9dfc038

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

README.md

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

3-
Version 4.2.0 / June 05, 2024
3+
Version 4.3.0 / June 27, 2024
44

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

@@ -49,7 +49,7 @@ Add to your `pom.xml`:
4949
<dependency>
5050
<groupId>org.htmlunit</groupId>
5151
<artifactId>htmlunit</artifactId>
52-
<version>4.2.0</version>
52+
<version>4.3.0</version>
5353
</dependency>
5454
```
5555

@@ -58,7 +58,7 @@ Add to your `pom.xml`:
5858
Add to your `build.gradle`:
5959

6060
```groovy
61-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2.0'
61+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.3.0'
6262
```
6363

6464
## Vulnerabilities
@@ -132,7 +132,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
132132
<dependency>
133133
<groupId>org.htmlunit</groupId>
134134
<artifactId>htmlunit</artifactId>
135-
<version>4.3.0-SNAPSHOT</version>
135+
<version>4.4.0-SNAPSHOT</version>
136136
</dependency>
137137
<!-- ... -->
138138
</dependencies>
@@ -151,7 +151,7 @@ repositories {
151151
}
152152
// ...
153153
dependencies {
154-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2.0-SNAPSHOT'
154+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0-SNAPSHOT'
155155
// ...
156156
}
157157
```

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.3.0-SNAPSHOT</version>
8+
<version>4.3.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.22.0-SNAPSHOT</htmlunitdriver.version>
37+
<htmlunitdriver.version>4.22.0</htmlunitdriver.version>
3838
<selenium.version>4.22.0</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.3.0" date="xxxx, 2024" description="Chrome/Edge 126, Firefox 127, Bugfixes">
10+
<release version="4.3.0" date="June 27, 2024" description="Chrome/Edge 126, Firefox 127, Bugfixes">
1111
<action type="add" dev="rbri">
1212
Improved implementation of the hidden attribute setter.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
<section name="Where to find...">
6868
<p>
6969
<dl>
70-
<dt>Latest release <date>June 05, 2024</date></dt>
70+
<dt>Latest release <date>June 27, 2024</date></dt>
7171
<dd>
72-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.2.0">version 4.2.0</a></p>
72+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.3.0">version 4.3.0</a></p>
7373
</dd>
7474

7575
<dt>Source code</dt>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.htmlunit</groupId>
196196
<artifactId>htmlunit</artifactId>
197-
<version>4.2.0</version>
197+
<version>4.3.0</version>
198198
</dependency>]]></source>
199199
</p>
200200

@@ -237,6 +237,7 @@
237237
<li>MochiKit 1.4.2: Full support (see unit tests <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java">here</a>)</li>
238238
<li>GWT 2.5.0: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/GWT250Test.java">here</a>)</li>
239239
<li>Sarissa 0.9.9.3: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java">here</a>)</li>
240+
<li>Sarissa 0.9.9.7: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java">here</a>)</li>
240241
<li>MooTools 1.2.1: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/MooTools121Test.java">here</a>)</li>
241242
<li>Prototype 1.7.1 (1.6.0, 1.6.1): Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/Prototype171Test.java">here</a>)</li>
242243
<li>Ext JS 2.2: Very good support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/org/htmlunit/libraries/ExtJS22Test.java">here</a>)</li>

0 commit comments

Comments
 (0)