Skip to content

Commit 1de728c

Browse files
committed
4.5.0
1 parent b53a62d commit 1de728c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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 4.4.0 / July 28, 2024
23+
### Latest release Version 4.5.0 / October 20, 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>4.4.0</version>
33+
<version>4.5.0</version>
3434
</dependency>
3535
```
3636

@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939
Add to your `build.gradle`:
4040

4141
```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'
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>4.5.0-SNAPSHOT</version>
109+
<version>4.6.0-SNAPSHOT</version>
110110
</dependency>
111111

112112
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-csp</artifactId>
7-
<version>4.5.0-SNAPSHOT</version>
7+
<version>4.5.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)