Skip to content

Commit 471973b

Browse files
committed
prepare 4.12.0
1 parent 502511a commit 471973b

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
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.11.0 / March 23, 2025
25+
### Latest release Version 4.12.0 / May 17, 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.11.0</version>
35+
<version>4.12.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.11.0'
44+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.12.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.12.0-SNAPSHOT</version>
111+
<version>4.13.0-SNAPSHOT</version>
112112
</dependency>
113113

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

checkstyle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<property name="authorFormat" value="\S \S"/>
135135
</module>
136136
<module name="JavadocVariable">
137-
<property name="scope" value="protected"/>
137+
<property name="accessModifiers" value="protected"/>
138138
</module>
139139
<module name="JavadocStyle">
140140
<property name="scope" value="protected"/>
@@ -266,7 +266,6 @@
266266
<property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/>
267267
<property name="validateEnhancedForLoopVariable" value="true"/>
268268
</module>
269-
<module name="HiddenField"/>
270269
<module name="MissingOverride"/>
271270
</module>
272271
</module>

pom.xml

Lines changed: 4 additions & 4 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.11.0</version>
7+
<version>4.12.0-SNAPSHOT</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,9 +20,9 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<checkstyle.version>10.21.4</checkstyle.version>
23+
<checkstyle.version>10.23.1</checkstyle.version>
2424
<spotbugs.version>4.9.3</spotbugs.version>
25-
<pmd.version>7.11.0</pmd.version>
25+
<pmd.version>7.13.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
2727
<dependencycheck.version>10.0.4</dependencycheck.version>
2828
</properties>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.5.2</version>
58+
<version>3.5.3</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)