Skip to content

Commit 12ae848

Browse files
committed
5.1.0
1 parent 0528507 commit 12ae848

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2828
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
2929

3030

31-
### Latest release Version 5.0.0 / May 24, 2026
31+
### Latest release Version 5.1.0 / May 31, 2026
3232

3333
### Maven
3434

@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838
<dependency>
3939
<groupId>org.htmlunit</groupId>
4040
<artifactId>htmlunit-csp</artifactId>
41-
<version>5.0.0</version>
41+
<version>5.1.0</version>
4242
</dependency>
4343
```
4444

@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747
Add to your `build.gradle`:
4848

4949
```groovy
50-
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.0.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.1.0'
5151
```
5252

5353
## Projects Using This Library
@@ -141,7 +141,7 @@ If you use maven please add:
141141
<dependency>
142142
<groupId>org.htmlunit</groupId>
143143
<artifactId>htmlunit-csp</artifactId>
144-
<version>5.0.0-SNAPSHOT</version>
144+
<version>5.2.0-SNAPSHOT</version>
145145
</dependency>
146146

147147
You have to add the sonatype-central 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>5.0.0</version>
7+
<version>5.1.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -29,7 +29,7 @@
2929
<!-- quality -->
3030
<checkstyle.version>12.3.1</checkstyle.version>
3131
<spotbugs.version>4.9.8</spotbugs.version>
32-
<pmd.version>7.24.0</pmd.version>
32+
<pmd.version>7.25.0</pmd.version>
3333
<spotless.version>2.38.0</spotless.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

@@ -47,7 +47,7 @@
4747
<release-plugin.version>3.3.1</release-plugin.version>
4848
<source-plugin.version>3.4.0</source-plugin.version>
4949
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
50-
<surefire-plugin.version>3.5.5</surefire-plugin.version>
50+
<surefire-plugin.version>3.5.6</surefire-plugin.version>
5151
</properties>
5252

5353
<build>

0 commit comments

Comments
 (0)