Skip to content

Commit 07943ed

Browse files
committed
5.2.0
1 parent 04b2a07 commit 07943ed

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 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.1.0 / May 31, 2026
31+
### Latest release Version 5.2.0 / June 20, 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.1.0</version>
41+
<version>5.2.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.1.0'
50+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '5.2.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.2.0-SNAPSHOT</version>
144+
<version>5.3.0-SNAPSHOT</version>
145145
</dependency>
146146

147147
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
@@ -222,7 +222,7 @@ This part is intended for committer who are packaging a release.
222222
* Create the version on Github
223223
* login to Github and open project https://github.com/HtmlUnit/htmlunit-csp
224224
* click Releases > Draft new release
225-
* fill the tag and title field with the release number (e.g. 4.0.0)
225+
* fill the tag and title field with the release number (e.g. 5.0.0)
226226
* append
227227
* htmlunit-csp-5.x.x.jar
228228
* htmlunit-csp-5.x.x.jar.asc

pom.xml

Lines changed: 2 additions & 2 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.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -24,7 +24,7 @@
2424
<maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore>
2525

2626
<!-- test dependencies -->
27-
<junit.version>6.0.3</junit.version>
27+
<junit.version>6.1.0</junit.version>
2828

2929
<!-- quality -->
3030
<checkstyle.version>12.3.1</checkstyle.version>

0 commit comments

Comments
 (0)