We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad104d1 commit 0528507Copy full SHA for 0528507
2 files changed
README.md
@@ -117,7 +117,7 @@ System.out.println(policy.getFetchDirective(FetchDirectiveKind.ScriptSrc).get().
117
```
118
119
<a name="legacy-support-jdk-8"></a>
120
-#### Legacy Support (JDK 8)
+### Legacy Support (JDK 8)
121
122
If you need to continue using **JDK 8**, versions 4.x remain available as-is.
123
Ongoing maintenance and fixes for JDK 8 are only available through sponsorship —
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>org.htmlunit</groupId>
6
<artifactId>htmlunit-csp</artifactId>
7
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
8
<name>HtmlUnit Content-Security-Policy Parser</name>
9
<organization>
10
<name>HtmlUnit</name>
0 commit comments