Skip to content

Commit dcfb872

Browse files
committed
dep updates
1 parent 70c0bd9 commit dcfb872

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,12 @@ This part is intended for committer who are packaging a release.
189189
* append
190190
* htmlunit-csp-4.x.x.jar
191191
* htmlunit-csp-4.x.x.jar.asc
192+
* htmlunit-csp-4.x.x.pom
193+
* htmlunit-csp-4.x.x.pom.asc
192194
* htmlunit-csp-4.x.x-javadoc.jar
193195
* htmlunit-csp-4.x.x-javadoc.jar.asc
196+
* htmlunit-csp-4.x.x-sources.jar
197+
* htmlunit-csp-4.x.x-sources.jar.asc
194198
* and publish the release
195199

196200
* Update the version number in pom.xml to start next snapshot development
@@ -199,7 +203,7 @@ This part is intended for committer who are packaging a release.
199203
## Authors
200204

201205
* **RBRi**
202-
* all the contributors to [salvation][5]
206+
* all the contributors to [salvation][6]
203207

204208
## License
205209

@@ -213,4 +217,5 @@ Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino and [salvatio
213217
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSP/ "HtmlUnit - CSP CI"
214218
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
215219
[4]: https://fosstodon.org/@HtmlUnit
216-
[5]: https://github.com/shapesecurity/salvation
220+
[5]: https://htmlunit.github.io/htmlunit-blog/
221+
[6]: https://github.com/shapesecurity/salvation

pom.xml

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

23-
<checkstyle.version>10.17.0</checkstyle.version>
23+
<checkstyle.version>10.18.2</checkstyle.version>
2424
<spotbugs.version>4.8.6</spotbugs.version>
25-
<pmd.version>7.4.0</pmd.version>
25+
<pmd.version>7.6.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
27-
<dependencycheck.version>10.0.3</dependencycheck.version>
27+
<dependencycheck.version>10.0.4</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.1</version>
58+
<version>3.5.1</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-checkstyle-plugin</artifactId>
68-
<version>3.4.0</version>
68+
<version>3.5.0</version>
6969
<configuration>
7070
<configLocation>checkstyle.xml</configLocation>
7171
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.8.0</version>
117+
<version>3.10.1</version>
118118
<configuration>
119119
<additionalparam>--allow-script-in-comments</additionalparam>
120120
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-gpg-plugin</artifactId>
133-
<version>3.2.4</version>
133+
<version>3.2.7</version>
134134
<executions>
135135
<execution>
136136
<phase>verify</phase>
@@ -182,7 +182,7 @@
182182
<plugin>
183183
<groupId>com.github.spotbugs</groupId>
184184
<artifactId>spotbugs-maven-plugin</artifactId>
185-
<version>4.8.6.2</version>
185+
<version>4.8.6.4</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.24.0</version>
200+
<version>3.25.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.8.0</version>
242+
<version>3.10.1</version>
243243
<configuration>
244244
<additionalparam>--allow-script-in-comments</additionalparam>
245245
<links>

0 commit comments

Comments
 (0)