File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.5 .0 / October 20 , 2024
21+ ### Latest release Version 4.6 .0 / November 3 , 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.5 .0</version >
33+ <version >4.6 .0</version >
3434</dependency >
3535```
3636
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939Add to your ` build.gradle ` :
4040
4141``` groovy
42- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.5 .0'
42+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.6 .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.6 .0-SNAPSHOT</version>
58+ <version>4.7 .0-SNAPSHOT</version>
5959 </dependency>
6060
6161You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.htmlunit</groupId >
66 <artifactId >htmlunit-cssparser</artifactId >
7- <version >4.6.0-SNAPSHOT </version >
7+ <version >4.6.0</version >
88 <name >HtmlUnit CSS Parser</name >
99 <organization >
1010 <name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments