Skip to content

Commit a914940

Browse files
committed
4.16.0
1 parent 53eb6b9 commit a914940

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-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](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2424

25-
### Latest release Version 4.15.0 / August 17, 2025
25+
### Latest release Version 4.16.0 / August 29, 2025
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.15.0</version>
35+
<version>4.16.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.15.0'
44+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.16.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.16.0-SNAPSHOT</version>
111+
<version>4.17.0-SNAPSHOT</version>
112112
</dependency>
113113

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

pom.xml

Lines changed: 4 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.15.0</version>
7+
<version>4.16.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -34,11 +34,12 @@
3434
<central-publishing-plugin.version>0.8.0</central-publishing-plugin.version>
3535
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
3636
<pmd-plugin.version>3.27.0</pmd-plugin.version>
37-
<spotbugs-plugin.version>4.9.3.2</spotbugs-plugin.version>
37+
<spotbugs-plugin.version>4.9.4.0</spotbugs-plugin.version>
3838
<gpg-plugin.version>3.2.8</gpg-plugin.version>
3939
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
4040
<changes-plugin.version>2.12.1</changes-plugin.version>
4141
<jar-plugin.version>3.4.2</jar-plugin.version>
42+
<javadoc-plugin.version>3.11.3</javadoc-plugin.version>
4243
</properties>
4344

4445
<build>
@@ -128,7 +129,7 @@
128129
<plugin>
129130
<groupId>org.apache.maven.plugins</groupId>
130131
<artifactId>maven-javadoc-plugin</artifactId>
131-
<version>3.11.2</version>
132+
<version>${javadoc-plugin.version}</version>
132133
<configuration>
133134
<quiet>true</quiet>
134135
<show>protected</show>

0 commit comments

Comments
 (0)