Skip to content

Commit 099c5f8

Browse files
committed
4.16.0
1 parent e65a4ce commit 099c5f8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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.15.0 / August 17, 2025
21+
### Latest release Version 4.16.0 / August 29, 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.15.0</version>
33+
<version>4.16.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.15.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.16.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.16.0-SNAPSHOT</version>
58+
<version>4.17.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: 3 additions & 2 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.15.0</version>
7+
<version>4.16.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -34,6 +34,7 @@
3434
<gpg-plugin.version>3.2.8</gpg-plugin.version>
3535
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
3636
<jar-plugin.version>3.4.2</jar-plugin.version>
37+
<javadoc-plugin.version>3.11.3</javadoc-plugin.version>
3738
</properties>
3839

3940
<build>
@@ -219,7 +220,7 @@
219220
<plugin>
220221
<groupId>org.apache.maven.plugins</groupId>
221222
<artifactId>maven-javadoc-plugin</artifactId>
222-
<version>3.11.2</version>
223+
<version>${javadoc-plugin.version}</version>
223224
<configuration>
224225
<additionalparam>--allow-script-in-comments</additionalparam>
225226
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>

0 commit comments

Comments
 (0)