Skip to content

Commit c672fe1

Browse files
committed
version 4.2.0
1 parent 4289c06 commit c672fe1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

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

3-
Version 4.1.0 / April 28, 2024
3+
Version 4.2.0 / June 05, 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.1.0</version>
52+
<version>4.2.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.1.0'
61+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2.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.2.0-SNAPSHOT</version>
135+
<version>4.3.0-SNAPSHOT</version>
136136
</dependency>
137137
<!-- ... -->
138138
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
8+
<version>4.2.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>

src/site/xdoc/index.xml

Lines changed: 3 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>April 28, 2024</date></dt>
70+
<dt>Latest release <date>June 05, 2024</date></dt>
7171
<dd>
72-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.1.0">version 4.1.0</a></p>
72+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.2.0">version 4.2.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.1.0</version>
197+
<version>4.2.0</version>
198198
</dependency>]]></source>
199199
</p>
200200

0 commit comments

Comments
 (0)