@@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
22
22
23
23
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
24
24
25
- ### Latest release Version 4.13 .0 / June 03 , 2025
25
+ ### Latest release Version 4.14 .0 / July 30 , 2025
26
26
27
27
### Maven
28
28
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
32
32
<dependency >
33
33
<groupId >org.htmlunit</groupId >
34
34
<artifactId >htmlunit-csp</artifactId >
35
- <version >4.13 .0</version >
35
+ <version >4.14 .0</version >
36
36
</dependency >
37
37
```
38
38
@@ -41,7 +41,7 @@ Add to your `pom.xml`:
41
41
Add to your ` build.gradle ` :
42
42
43
43
``` groovy
44
- implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.13 .0'
44
+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.14 .0'
45
45
```
46
46
47
47
### A Note on CSP
@@ -108,22 +108,24 @@ If you use maven please add:
108
108
<dependency>
109
109
<groupId>org.htmlunit</groupId>
110
110
<artifactId>htmlunit-csp</artifactId>
111
- <version>4.14 .0-SNAPSHOT</version>
111
+ <version>4.15 .0-SNAPSHOT</version>
112
112
</dependency>
113
113
114
- You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
115
-
116
- <repository>
117
- <id>OSS Sonatype snapshots</id>
118
- <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
119
- <snapshots>
120
- <enabled>true</enabled>
121
- <updatePolicy>always</updatePolicy>
122
- </snapshots>
123
- <releases>
124
- <enabled>false</enabled>
125
- </releases>
126
- </repository>
114
+ You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
115
+
116
+ <repositories>
117
+ <repository>
118
+ <name>Central Portal Snapshots</name>
119
+ <id>central-portal-snapshots</id>
120
+ <url>https://central.sonatype.com/repository/maven-snapshots/</url>
121
+ <releases>
122
+ <enabled>false</enabled>
123
+ </releases>
124
+ <snapshots>
125
+ <enabled>true</enabled>
126
+ </snapshots>
127
+ </repository>
128
+ </repositories>
127
129
128
130
129
131
## Start HtmlUnit - CSP Development
0 commit comments