Skip to content

Commit df34dfe

Browse files
committed
version 3.6.0
1 parent 14bd4c8 commit df34dfe

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.5.0 / August 20, 2023
3+
Version 3.6.0 / October 03, 2023
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.5.0</version>
41+
<version>3.6.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.5.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0'
5151
```
5252

5353
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
122122
<dependency>
123123
<groupId>org.htmlunit</groupId>
124124
<artifactId>htmlunit</artifactId>
125-
<version>3.6.0-SNAPSHOT</version>
125+
<version>3.7.0-SNAPSHOT</version>
126126
</dependency>
127127
<!-- ... -->
128128
</dependencies>
@@ -141,7 +141,7 @@ repositories {
141141
}
142142
// ...
143143
dependencies {
144-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0-SNAPSHOT'
144+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0-SNAPSHOT'
145145
// ...
146146
}
147147
```
@@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License
159159
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
160160

161161

162-
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.5.0/ "HtmlUnit on sourceforge"
162+
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.6.0/ "HtmlUnit on sourceforge"
163163
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
164164
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
165165
[4]: https://www.htmlunit.org "https://www.htmlunit.org"

pom.xml

Lines changed: 3 additions & 3 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>3.6.0-SNAPSHOT</version>
8+
<version>3.6.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -30,8 +30,8 @@
3030
<htmlunitcorejs.version>3.6.0</htmlunitcorejs.version>
3131
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>
3232

33-
<htmlunitdriver.version>4.12.0</htmlunitdriver.version>
34-
<selenium.version>4.12.1</selenium.version>
33+
<htmlunitdriver.version>4.13.0</htmlunitdriver.version>
34+
<selenium.version>4.13.0</selenium.version>
3535

3636
<httpcomponents.version>4.5.14</httpcomponents.version>
3737
<jetty.version>9.4.52.v20230823</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="3.6.0" date="September xx, 2023" description="Firefox 116, Chrome/Edge 116, htmx 1.9.5, htmx 1.9.6, Bugfixes">
10+
<release version="3.6.0" date="October 03, 2023" description="Firefox 116, Chrome/Edge 116, htmx 1.9.5, htmx 1.9.6, Bugfixes">
1111
<action type="fix" dev="rbri" issue="627">
1212
INCOMPATIBLE CHANGE: WebClient.close() now really closes all windows and also
1313
stops the js engine. This means you can't use the the webClient afterwards for browsing.

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>August 20, 2023</date></dt>
60+
<dt>Latest release <date>October 03, 2023</date></dt>
6161
<dd>
62-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.5.0">version 3.5.0</a></p>
62+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.6.0">version 3.6.0</a></p>
6363
</dd>
6464

6565
<dt>Source code</dt>
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>org.htmlunit</groupId>
182182
<artifactId>htmlunit</artifactId>
183-
<version>3.5.0</version>
183+
<version>3.6.0</version>
184184
</dependency>]]></source>
185185
</p>
186186

src/site/xdoc/migration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<source><![CDATA[<dependency>
2020
<groupId>org.htmlunit</groupId>
2121
<artifactId>htmlunit</artifactId>
22-
<version>3.5.0</version>
22+
<version>3.6.0</version>
2323
</dependency>]]></source>
2424
</subsection>
2525

0 commit comments

Comments
 (0)