Skip to content

Commit 70c0bd9

Browse files
committed
4.4.0
1 parent 1179c3c commit 70c0bd9

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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.3.0 / June 24, 2024
23+
### Latest release Version 4.4.0 / July 28, 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.3.0</version>
33+
<version>4.4.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.3.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.4.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.4.0-SNAPSHOT</version>
109+
<version>4.5.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: 9 additions & 9 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.3.0</version>
7+
<version>4.4.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -22,9 +22,9 @@
2222

2323
<checkstyle.version>10.17.0</checkstyle.version>
2424
<spotbugs.version>4.8.6</spotbugs.version>
25-
<pmd.version>6.55.0</pmd.version>
25+
<pmd.version>7.4.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
27-
<dependencycheck.version>9.2.0</dependencycheck.version>
27+
<dependencycheck.version>10.0.3</dependencycheck.version>
2828
</properties>
2929

3030
<build>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.3.0</version>
58+
<version>3.3.1</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.7.0</version>
117+
<version>3.8.0</version>
118118
<configuration>
119119
<additionalparam>--allow-script-in-comments</additionalparam>
120120
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -177,12 +177,12 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-release-plugin</artifactId>
180-
<version>3.1.0</version>
180+
<version>3.1.1</version>
181181
</plugin>
182182
<plugin>
183183
<groupId>com.github.spotbugs</groupId>
184184
<artifactId>spotbugs-maven-plugin</artifactId>
185-
<version>4.8.5.0</version>
185+
<version>4.8.6.2</version>
186186
<dependencies>
187187
<dependency>
188188
<groupId>com.github.spotbugs</groupId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-pmd-plugin</artifactId>
200-
<version>3.21.2</version>
200+
<version>3.24.0</version>
201201
<dependencies>
202202
<dependency>
203203
<groupId>net.sourceforge.pmd</groupId>
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.apache.maven.plugins</groupId>
241241
<artifactId>maven-javadoc-plugin</artifactId>
242-
<version>3.6.3</version>
242+
<version>3.8.0</version>
243243
<configuration>
244244
<additionalparam>--allow-script-in-comments</additionalparam>
245245
<links>

0 commit comments

Comments
 (0)