@@ -20,9 +20,9 @@ The code is being expanded, restructured and improved primarily to meet the requ
20
20
21
21
** [ Developer Blog] ( https://htmlunit.github.io/htmlunit-blog/ ) **
22
22
23
- [ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
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.7 .0 / November 29 , 2024
25
+ ### Latest release Version 4.8 .0 / January 12 , 2024
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.7 .0</version >
35
+ <version >4.8 .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.7 .0'
44
+ implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.8 .0'
45
45
```
46
46
47
47
### A Note on CSP
@@ -108,7 +108,7 @@ If you use maven please add:
108
108
<dependency>
109
109
<groupId>org.htmlunit</groupId>
110
110
<artifactId>htmlunit-csp</artifactId>
111
- <version>4.8 .0-SNAPSHOT</version>
111
+ <version>4.9 .0-SNAPSHOT</version>
112
112
</dependency>
113
113
114
114
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -213,10 +213,4 @@ This project is licensed under the Apache 2.0 License
213
213
214
214
## Acknowledgments
215
215
216
- Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino and [ salvation] [ 5 ] in the past.
217
-
218
-
219
- [ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20CSP/ " HtmlUnit - CSP CI "
220
- [ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
221
- [ 4 ] : https://fosstodon.org/@HtmlUnit
222
- [ 6 ] : https://github.com/shapesecurity/salvation
216
+ Many thanks to all of you contributing to [ salvation] ( https://github.com/shapesecurity/salvation ) in the past.
0 commit comments