Skip to content

Commit

Permalink
4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 5, 2024
1 parent 72f861c commit e3090d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ

[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]

### Latest release Version 4.5.0 / October 20, 2024
### Latest release Version 4.6.0 / November 05, 2024

### Maven

Expand All @@ -32,7 +32,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
</dependency>
```

Expand All @@ -41,7 +41,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.5.0'
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.6.0'
```

### A Note on CSP
Expand Down Expand Up @@ -108,7 +108,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.7.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-csp</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.6.0</version>
<name>HtmlUnit Content-Security-Policy Parser</name>
<organization>
<name>HtmlUnit</name>
Expand Down

0 comments on commit e3090d6

Please sign in to comment.