@@ -24,7 +24,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2424If 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`:
4545Add 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
8080You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
0 commit comments