Skip to content

Commit 61282c6

Browse files
committed
4.7.0
1 parent ea2132b commit 61282c6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
2222

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

25-
### Latest release Version 4.6.0 / November 05, 2024
25+
### Latest release Version 4.7.0 / November 29, 2024
2626

2727
### Maven
2828

@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232
<dependency>
3333
<groupId>org.htmlunit</groupId>
3434
<artifactId>htmlunit-csp</artifactId>
35-
<version>4.6.0</version>
35+
<version>4.7.0</version>
3636
</dependency>
3737
```
3838

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

4343
```groovy
44-
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.6.0'
44+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.7.0'
4545
```
4646

4747
### A Note on CSP
@@ -108,7 +108,7 @@ If you use maven please add:
108108
<dependency>
109109
<groupId>org.htmlunit</groupId>
110110
<artifactId>htmlunit-csp</artifactId>
111-
<version>4.7.0-SNAPSHOT</version>
111+
<version>4.8.0-SNAPSHOT</version>
112112
</dependency>
113113

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

pom.xml

Lines changed: 3 additions & 3 deletions
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.6.0</version>
7+
<version>4.7.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>com.github.spotbugs</groupId>
184184
<artifactId>spotbugs-maven-plugin</artifactId>
185-
<version>4.8.6.5</version>
185+
<version>4.8.6.6</version>
186186
<dependencies>
187187
<dependency>
188188
<groupId>com.github.spotbugs</groupId>
@@ -309,7 +309,7 @@
309309
<dependency>
310310
<groupId>org.junit.jupiter</groupId>
311311
<artifactId>junit-jupiter-engine</artifactId>
312-
<version>5.10.0</version>
312+
<version>5.11.3</version>
313313
<scope>test</scope>
314314
</dependency>
315315
</dependencies>

0 commit comments

Comments
 (0)