Skip to content

Commit f21b83d

Browse files
committed
4.19.0
1 parent c3fae5f commit f21b83d

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2020

21-
### Latest release Version 4.18.0 / October 30, 2025
21+
### Latest release Version 4.19.0 / November 23, 2025
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.18.0</version>
33+
<version>4.19.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.18.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.19.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.19.0-SNAPSHOT</version>
58+
<version>4.20.0-SNAPSHOT</version>
5959
</dependency>
6060

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

pom.xml

Lines changed: 9 additions & 6 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-cssparser</artifactId>
7-
<version>4.18.0</version>
7+
<version>4.19.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -21,11 +21,11 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<!-- test dependencies -->
24-
<junit.version>5.14.0</junit.version>
25-
<commons-io.version>2.20.0</commons-io.version>
24+
<junit.version>5.14.1</junit.version>
25+
<commons-io.version>2.21.0</commons-io.version>
2626

2727
<!-- quality -->
28-
<checkstyle.version>12.1.1</checkstyle.version>
28+
<checkstyle.version>12.1.2</checkstyle.version>
2929
<dependencycheck.version>10.0.4</dependencycheck.version>
3030

3131
<!-- plugins -->
@@ -34,7 +34,8 @@
3434
<gpg-plugin.version>3.2.8</gpg-plugin.version>
3535
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
3636
<compiler-plugin.version>3.14.1</compiler-plugin.version>
37-
<jar-plugin.version>3.4.2</jar-plugin.version>
37+
<jar-plugin.version>3.5.0</jar-plugin.version>
38+
<release-plugin.version>3.2.0</release-plugin.version>
3839
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
3940
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4041
</properties>
@@ -73,6 +74,7 @@
7374
<publishingServerId>central</publishingServerId>
7475
</configuration>
7576
</plugin>
77+
<!--
7678
<plugin>
7779
<groupId>org.owasp</groupId>
7880
<artifactId>dependency-check-maven</artifactId>
@@ -90,6 +92,7 @@
9092
</execution>
9193
</executions>
9294
</plugin>
95+
-->
9396
<plugin>
9497
<groupId>org.apache.maven.plugins</groupId>
9598
<artifactId>maven-surefire-plugin</artifactId>
@@ -293,7 +296,7 @@
293296
<plugin>
294297
<groupId>org.apache.maven.plugins</groupId>
295298
<artifactId>maven-release-plugin</artifactId>
296-
<version>3.1.1</version>
299+
<version>${release-plugin.version}</version>
297300
</plugin>
298301
</plugins>
299302
</build>

0 commit comments

Comments
 (0)