@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
2020
2121[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
2222
23- ### Latest release Version 3.11 .0 / February 10 , 2024
23+ ### Latest release Version 4.0 .0 / April 1 , 2024
2424
2525### Maven
2626
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030<dependency >
3131 <groupId >org.htmlunit</groupId >
3232 <artifactId >htmlunit-csp</artifactId >
33- <version >3.11 .0</version >
33+ <version >4.0 .0</version >
3434</dependency >
3535```
3636
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939Add to your ` build.gradle ` :
4040
4141``` groovy
42- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '3.11 .0'
42+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.0 .0'
4343```
4444
4545### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
106106 <dependency>
107107 <groupId>org.htmlunit</groupId>
108108 <artifactId>htmlunit-csp</artifactId>
109- <version>3.12 .0-SNAPSHOT</version>
109+ <version>4.1 .0-SNAPSHOT</version>
110110 </dependency>
111111
112112You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments