@@ -28,7 +28,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2828If you are still on JDK 8, see [ Legacy Support (JDK 8)] ( #legacy-support-jdk-8 ) below.
2929
3030
31- ### Latest release Version 5.1 .0 / May 31 , 2026
31+ ### Latest release Version 5.2 .0 / June 20 , 2026
3232
3333### Maven
3434
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838<dependency >
3939 <groupId >org.htmlunit</groupId >
4040 <artifactId >htmlunit-csp</artifactId >
41- <version >5.1 .0</version >
41+ <version >5.2 .0</version >
4242</dependency >
4343```
4444
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747Add to your ` build.gradle ` :
4848
4949``` groovy
50- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.1 .0'
50+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.2 .0'
5151```
5252
5353## Projects Using This Library
@@ -141,7 +141,7 @@ If you use maven please add:
141141 <dependency>
142142 <groupId>org.htmlunit</groupId>
143143 <artifactId>htmlunit-csp</artifactId>
144- <version>5.2 .0-SNAPSHOT</version>
144+ <version>5.3 .0-SNAPSHOT</version>
145145 </dependency>
146146
147147You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
@@ -222,7 +222,7 @@ This part is intended for committer who are packaging a release.
222222* Create the version on Github
223223 * login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
224224 * click Releases > Draft new release
225- * fill the tag and title field with the release number (e.g. 4 .0.0)
225+ * fill the tag and title field with the release number (e.g. 5 .0.0)
226226 * append
227227 * htmlunit-csp-5.x.x.jar
228228 * htmlunit-csp-5.x.x.jar.asc
0 commit comments