@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
20
20
21
21
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
22
22
23
- ### Latest release Version 4.4 .0 / July 28 , 2024
23
+ ### Latest release Version 4.5 .0 / October 20 , 2024
24
24
25
25
### Maven
26
26
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
30
30
<dependency >
31
31
<groupId >org.htmlunit</groupId >
32
32
<artifactId >htmlunit-csp</artifactId >
33
- <version >4.4 .0</version >
33
+ <version >4.5 .0</version >
34
34
</dependency >
35
35
```
36
36
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
39
39
Add to your ` build.gradle ` :
40
40
41
41
``` groovy
42
- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.4 .0'
42
+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.5 .0'
43
43
```
44
44
45
45
### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
106
106
<dependency>
107
107
<groupId>org.htmlunit</groupId>
108
108
<artifactId>htmlunit-csp</artifactId>
109
- <version>4.5 .0-SNAPSHOT</version>
109
+ <version>4.6 .0-SNAPSHOT</version>
110
110
</dependency>
111
111
112
112
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments