Skip to content

Commit 8eaac3e

Browse files
committed
5.2.0
1 parent f9ae1c0 commit 8eaac3e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2424
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
2525

2626

27-
### Latest release Version 5.0.0 / May 31, 2026
27+
### Latest release Version 5.2.0 / June 20, 2026
2828

2929
## Get it!
3030

@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636
<dependency>
3737
<groupId>org.htmlunit</groupId>
3838
<artifactId>htmlunit-cssparser</artifactId>
39-
<version>5.1.0</version>
39+
<version>5.2.0</version>
4040
</dependency>
4141
```
4242

@@ -45,7 +45,7 @@ Add to your `pom.xml`:
4545
Add to your `build.gradle`:
4646

4747
```groovy
48-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '5.1.0'
48+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '5.2.0'
4949
```
5050

5151

@@ -74,7 +74,7 @@ If you use maven please add:
7474
<dependency>
7575
<groupId>org.htmlunit</groupId>
7676
<artifactId>htmlunit-cssparser</artifactId>
77-
<version>5.2.0-SNAPSHOT</version>
77+
<version>5.3.0-SNAPSHOT</version>
7878
</dependency>
7979

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

pom.xml

Lines changed: 2 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>5.1.0</version>
7+
<version>5.2.0-SNAPSHOT</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -32,7 +32,7 @@
3232
<dependencycheck.version>10.0.4</dependencycheck.version>
3333

3434
<!-- plugins -->
35-
<central-publishing-plugin.version>0.10.0</central-publishing-plugin.version>
35+
<central-publishing-plugin.version>0.11.0</central-publishing-plugin.version>
3636
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
3737
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
3838
<gpg-plugin.version>3.2.8</gpg-plugin.version>

0 commit comments

Comments
 (0)