Skip to content

Commit 07bba83

Browse files
committed
4.8.0
1 parent dc19046 commit 07bba83

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The code is being expanded, restructured and improved primarily to meet the requ
2020

2121
**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
2222

23-
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
23+
[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.7.0 / November 29, 2024
25+
### Latest release Version 4.8.0 / January 12, 2024
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.7.0</version>
35+
<version>4.8.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.7.0'
44+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.8.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.8.0-SNAPSHOT</version>
111+
<version>4.9.0-SNAPSHOT</version>
112112
</dependency>
113113

114114
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -213,10 +213,4 @@ This project is licensed under the Apache 2.0 License
213213

214214
## Acknowledgments
215215

216-
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino and [salvation][5] in the past.
217-
218-
219-
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSP/ "HtmlUnit - CSP CI"
220-
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
221-
[4]: https://fosstodon.org/@HtmlUnit
222-
[6]: https://github.com/shapesecurity/salvation
216+
Many thanks to all of you contributing to [salvation](https://github.com/shapesecurity/salvation) in the past.

pom.xml

Lines changed: 5 additions & 5 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.8.0-SNAPSHOT</version>
7+
<version>4.8.0</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.20.0</checkstyle.version>
23+
<checkstyle.version>10.21.1</checkstyle.version>
2424
<spotbugs.version>4.8.6</spotbugs.version>
25-
<pmd.version>7.7.0</pmd.version>
25+
<pmd.version>7.9.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
2727
<dependencycheck.version>10.0.4</dependencycheck.version>
2828
</properties>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-javadoc-plugin</artifactId>
117-
<version>3.11.1</version>
117+
<version>3.11.2</version>
118118
<configuration>
119119
<additionalparam>--allow-script-in-comments</additionalparam>
120120
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -310,7 +310,7 @@
310310
<dependency>
311311
<groupId>org.junit.jupiter</groupId>
312312
<artifactId>junit-jupiter-engine</artifactId>
313-
<version>5.11.3</version>
313+
<version>5.11.4</version>
314314
<scope>test</scope>
315315
</dependency>
316316
</dependencies>

0 commit comments

Comments
 (0)