From df34dfebf02b9cfaedc67cd4df85b6d8865435c1 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 4 Oct 2023 07:13:04 +0200
Subject: [PATCH] version 3.6.0
---
README.md | 12 ++++++------
pom.xml | 6 +++---
src/changes/changes.xml | 2 +-
src/site/xdoc/index.xml | 6 +++---
src/site/xdoc/migration.xml | 2 +-
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index 4888ac91fb9..41bae339064 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# HtmlUnit
-Version 3.5.0 / August 20, 2023
+Version 3.6.0 / October 03, 2023
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit
- 3.5.0
+ 3.6.0
```
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.5.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0'
```
## Vulnerabilities
@@ -122,7 +122,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunit
htmlunit
- 3.6.0-SNAPSHOT
+ 3.7.0-SNAPSHOT
@@ -141,7 +141,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.6.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.7.0-SNAPSHOT'
// ...
}
```
@@ -159,7 +159,7 @@ This project is licensed under the Apache 2.0 License
[![Stargazers](https://starchart.cc/HtmlUnit/htmlunit.svg)](https://starchart.cc/HtmlUnit/htmlunit)
-[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.5.0/ "HtmlUnit on sourceforge"
+[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.6.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://www.htmlunit.org "https://www.htmlunit.org"
diff --git a/pom.xml b/pom.xml
index 023a0a0b52c..dd0a5b90446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
htmlunit
- 3.6.0-SNAPSHOT
+ 3.6.0
HtmlUnit
Gargoyle Software Inc.
@@ -30,8 +30,8 @@
3.6.0
3.6.0
- 4.12.0
- 4.12.1
+ 4.13.0
+ 4.13.0
4.5.14
9.4.52.v20230823
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e8e8780b72b..97e2aaece94 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
INCOMPATIBLE CHANGE: WebClient.close() now really closes all windows and also
stops the js engine. This means you can't use the the webClient afterwards for browsing.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index fe79e096f1c..77e2f46653c 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -57,9 +57,9 @@
- - Latest release August 20, 2023
+ - Latest release October 03, 2023
-
-
version 3.5.0
+ version 3.6.0
- Source code
@@ -180,7 +180,7 @@
org.htmlunit
htmlunit
- 3.5.0
+ 3.6.0
]]>
diff --git a/src/site/xdoc/migration.xml b/src/site/xdoc/migration.xml
index a2181bc7f79..3861be7eccb 100644
--- a/src/site/xdoc/migration.xml
+++ b/src/site/xdoc/migration.xml
@@ -19,7 +19,7 @@