Skip to content

Commit

Permalink
version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jul 28, 2024
1 parent e95c560 commit 512b1b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HtmlUnit

Version 4.3.0 / June 27, 2024
Version 4.4.0 / July 28, 2024

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

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

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

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.3.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.4.0'
```

## Vulnerabilities
Expand Down Expand Up @@ -132,7 +132,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.5.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
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>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<name>HtmlUnit</name>
<organization>
<name>Gargoyle Software Inc.</name>
Expand Down Expand Up @@ -34,7 +34,7 @@

<httpcomponents.version>4.5.14</httpcomponents.version>

<htmlunitdriver.version>4.23.0-SNAPSHOT</htmlunitdriver.version>
<htmlunitdriver.version>4.23.0</htmlunitdriver.version>
<selenium.version>4.23.0</selenium.version>

<jetty.version>9.4.55.v20240627</jetty.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="4.4.0" date="xxxx, 2024" description="Chrome/Edge 127, Firefox 128, Bugfixes">
<release version="4.4.0" date="July 28, 2024" description="Chrome/Edge 127, Firefox 128, core-js, XMLHttprequest, Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: Various missing methods in TypedArray added.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
<section name="Where to find...">
<p>
<dl>
<dt>Latest release <date>June 27, 2024</date></dt>
<dt>Latest release <date>July 28, 2024</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.3.0">version 4.3.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.4.0">version 4.4.0</a></p>
</dd>

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

Expand Down

0 comments on commit 512b1b5

Please sign in to comment.