Skip to content

Commit 41967c4

Browse files
committed
4.7.0
1 parent c737048 commit 41967c4

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1818

1919
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
2020

21-
### Latest release Version 4.6.0 / November 3, 2024
21+
### Latest release Version 4.7.0 / November 29, 2024
2222

2323
## Get it!
2424

@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030
<dependency>
3131
<groupId>org.htmlunit</groupId>
3232
<artifactId>htmlunit-cssparser</artifactId>
33-
<version>4.6.0</version>
33+
<version>4.7.0</version>
3434
</dependency>
3535
```
3636

@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939
Add to your `build.gradle`:
4040

4141
```groovy
42-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.6.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.7.0'
4343
```
4444

4545

@@ -55,7 +55,7 @@ If you use maven please add:
5555
<dependency>
5656
<groupId>org.htmlunit</groupId>
5757
<artifactId>htmlunit-cssparser</artifactId>
58-
<version>4.7.0-SNAPSHOT</version>
58+
<version>4.8.0-SNAPSHOT</version>
5959
</dependency>
6060

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

pom.xml

+6-5
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-cssparser</artifactId>
7-
<version>4.6.0</version>
7+
<version>4.7.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,7 +20,7 @@
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.20.1</checkstyle.version>
2424
<dependencycheck.version>10.0.4</dependencycheck.version>
2525
</properties>
2626

@@ -56,6 +56,7 @@
5656
<configuration>
5757
<failBuildOnCVSS>0</failBuildOnCVSS>
5858
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
59+
<nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl>
5960
</configuration>
6061
<executions>
6162
<execution>
@@ -68,7 +69,7 @@
6869
<plugin>
6970
<groupId>org.apache.maven.plugins</groupId>
7071
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.5.1</version>
72+
<version>3.5.2</version>
7273
</plugin>
7374
<plugin>
7475
<groupId>org.apache.maven.plugins</groupId>
@@ -197,7 +198,7 @@
197198
<plugin>
198199
<groupId>org.apache.maven.plugins</groupId>
199200
<artifactId>maven-javadoc-plugin</artifactId>
200-
<version>3.10.1</version>
201+
<version>3.11.1</version>
201202
<configuration>
202203
<additionalparam>--allow-script-in-comments</additionalparam>
203204
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -327,7 +328,7 @@
327328
<dependency>
328329
<groupId>commons-io</groupId>
329330
<artifactId>commons-io</artifactId>
330-
<version>2.17.0</version>
331+
<version>2.18.0</version>
331332
<scope>test</scope>
332333
</dependency>
333334
</dependencies>

0 commit comments

Comments
 (0)