Skip to content

Commit bea7673

Browse files
committed
4.7.0
1 parent b0220fb commit bea7673

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png)
22

3-
Version 4.6.0 / November 06, 2024
3+
Version 4.7.0 / November 29, 2024
44

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

@@ -53,7 +53,7 @@ Add to your `pom.xml`:
5353
<dependency>
5454
<groupId>org.htmlunit</groupId>
5555
<artifactId>htmlunit</artifactId>
56-
<version>4.6.0</version>
56+
<version>4.7.0</version>
5757
</dependency>
5858
```
5959

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

6464
```groovy
65-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0'
65+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7.0'
6666
```
6767

6868
## Vulnerabilities
@@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
136136
<dependency>
137137
<groupId>org.htmlunit</groupId>
138138
<artifactId>htmlunit</artifactId>
139-
<version>4.7.0-SNAPSHOT</version>
139+
<version>4.8.0-SNAPSHOT</version>
140140
</dependency>
141141
<!-- ... -->
142142
</dependencies>
@@ -155,7 +155,7 @@ repositories {
155155
}
156156
// ...
157157
dependencies {
158-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0-SNAPSHOT'
158+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0-SNAPSHOT'
159159
// ...
160160
}
161161
```

pom.xml

Lines changed: 2 additions & 2 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>4.7.0-SNAPSHOT</version>
8+
<version>4.7.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -34,7 +34,7 @@
3434

3535
<httpcomponents.version>4.5.14</httpcomponents.version>
3636

37-
<htmlunitdriver.version>4.26.0</htmlunitdriver.version>
37+
<htmlunitdriver.version>4.27.0</htmlunitdriver.version>
3838
<selenium.version>4.27.0</selenium.version>
3939
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>
4040

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="4.7.0" date="November xx, 2024" description="Bugfixes, Chrome/Edge 131, Firefox 133">
10+
<release version="4.7.0" date="November 29, 2024" description="Chrome/Edge 131, Firefox 133, String.matchAll, Bugfixes">
1111
<action type="add" dev="RhinoTeam">
1212
core-js: String.prototype.matchAll, Symbol.matchAll, and RegExp.prototype[Symbol.matchAll] added.
1313
</action>

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
<section name="Where to find...">
6868
<p>
6969
<dl>
70-
<dt>Latest release <date>November 06, 2024</date></dt>
70+
<dt>Latest release <date>November 29, 2024</date></dt>
7171
<dd>
72-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.6.0">version 4.6.0</a></p>
72+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.7.0">version 4.7.0</a></p>
7373
</dd>
7474

7575
<dt>Source code</dt>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.htmlunit</groupId>
196196
<artifactId>htmlunit</artifactId>
197-
<version>4.6.0</version>
197+
<version>4.7.0</version>
198198
</dependency>]]></source>
199199
</p>
200200

0 commit comments

Comments
 (0)