Skip to content

Commit 5c9727e

Browse files
committed
mention the last 4.x release
1 parent 4106ac7 commit 5c9727e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Maintaining separate fix versions for JDK 8 requires significant additional effo
4242

4343
Without sponsorship, the 4.x branch will not receive updates. Your support ensures the long-term __sustainability__ of this project across multiple Java versions.
4444

45-
### Latest release Version 4.21.0 / December 28, 2025
45+
### Latest release Version 4.22.0 / February 10, 2026
4646

4747
### Maven
4848

@@ -52,7 +52,7 @@ Add to your `pom.xml`:
5252
<dependency>
5353
<groupId>org.htmlunit</groupId>
5454
<artifactId>htmlunit-csp</artifactId>
55-
<version>4.21.0</version>
55+
<version>4.22.0</version>
5656
</dependency>
5757
```
5858

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

6363
```groovy
64-
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.21.0'
64+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.22.0'
6565
```
6666

6767
## Projects Using This Library
@@ -140,7 +140,7 @@ If you use maven please add:
140140
<dependency>
141141
<groupId>org.htmlunit</groupId>
142142
<artifactId>htmlunit-csp</artifactId>
143-
<version>4.22.0-SNAPSHOT</version>
143+
<version>5.0.0-SNAPSHOT</version>
144144
</dependency>
145145

146146
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:

0 commit comments

Comments
 (0)