Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 29, 2024
1 parent b0220fb commit bea7673
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png)

Version 4.6.0 / November 06, 2024
Version 4.7.0 / November 29, 2024

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

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

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

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7.0'
```

## Vulnerabilities
Expand Down Expand Up @@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
</dependency>
<!-- ... -->
</dependencies>
Expand All @@ -155,7 +155,7 @@ repositories {
}
// ...
dependencies {
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0-SNAPSHOT'
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0-SNAPSHOT'
// ...
}
```
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.7.0-SNAPSHOT</version>
<version>4.7.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.26.0</htmlunitdriver.version>
<htmlunitdriver.version>4.27.0</htmlunitdriver.version>
<selenium.version>4.27.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>

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.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131, Firefox 133">
<release version="4.7.0" date="November 29, 2024" description="Chrome/Edge 131, Firefox 133, String.matchAll, Bugfixes">
<action type="add" dev="RhinoTeam">
core-js: String.prototype.matchAll, Symbol.matchAll, and RegExp.prototype[Symbol.matchAll] 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>November 06, 2024</date></dt>
<dt>Latest release <date>November 29, 2024</date></dt>
<dd>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.6.0">version 4.6.0</a></p>
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.7.0">version 4.7.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.6.0</version>
<version>4.7.0</version>
</dependency>]]></source>
</p>

Expand Down

0 comments on commit bea7673

Please sign in to comment.