Skip to content

Commit

Permalink
version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed May 15, 2023
1 parent 5413e86 commit a90857a
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 3.1.0 / April 16, 2023
Version 3.2.0 / May 15, 2023

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

Expand Down Expand Up @@ -45,7 +45,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>
```

Expand All @@ -54,7 +54,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.1.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0'
```

## Overview
Expand Down Expand Up @@ -123,7 +123,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.3.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -142,7 +142,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.2.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.3.0-SNAPSHOT'
// ...
}
```
Expand All @@ -155,7 +155,7 @@ dependencies {
This project is licensed under the Apache 2.0 License


[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/2.70.0/ "HtmlUnit on sourceforge"
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/3.2.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"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand All @@ -30,7 +30,7 @@
<htmlunitcorejs.version>3.2.0</htmlunitcorejs.version>
<htmlunitxpath.version>3.2.0</htmlunitxpath.version>

<htmlunitdriver.version>4.9.0</htmlunitdriver.version>
<htmlunitdriver.version>4.9.1</htmlunitdriver.version>
<selenium.version>4.9.1</selenium.version>

<httpcomponents.version>4.5.14</httpcomponents.version>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>

<body>
<release version="3.2.0" date="Mai xx, 2023" description="Chrome/Edge 113, Firefox 113, Bugfixes">
<release version="3.2.0" date="May 15, 2023" description="Chrome/Edge 113, Firefox 113, SubmitEvent, Bugfixes">
<action type="fix" dev="rbri">
Fix for the dom construction in some edge cases (oss-fuzz).
</action>
Expand Down
7 changes: 4 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>April 16, 2023</date></dt>
<dt>Latest release <date>May 15, 2023</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.1.0">version 3.1.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/3.2.0">version 3.2.0</a></p>
</dd>

<dt>Source code</dt>
Expand Down Expand Up @@ -180,7 +180,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>]]></source>
</p>

Expand Down Expand Up @@ -217,6 +217,7 @@
<li>htmx 1.6.1: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x6x1.java">here</a>)</li>
<li>htmx 1.7.0: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x7x0.java">here</a>)</li>
<li>htmx 1.8.4: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x8x4.java">here</a>)</li>
<li>htmx 1.9.2: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/HtmxTest1x9x2.java">here</a>)</li>
<li>jQuery 1.11.3: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery1x11x3Test.java">here</a>)</li>
<li>jQuery 1.8.2: Full support (see unit test <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/JQuery182Test.java">here</a>)</li>
<li>MochiKit 1.4.1: Full support (see unit tests <a href="https://github.com/HtmlUnit/htmlunit/blob/master/src/test/java/com/gargoylesoftware/htmlunit/libraries/MochiKitTest.java">here</a>)</li>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<source><![CDATA[<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</dependency>]]></source>
</subsection>

Expand Down

0 comments on commit a90857a

Please sign in to comment.