@@ -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.0 .0 / May 24 , 2026
31+ ### Latest release Version 5.1 .0 / May 31 , 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.0 .0</version >
41+ <version >5.1 .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.0 .0'
50+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.1 .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.0 .0-SNAPSHOT</version>
144+ <version>5.2 .0-SNAPSHOT</version>
145145 </dependency>
146146
147147You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
0 commit comments