File tree 2 files changed +5
-5
lines changed
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.
18
18
19
19
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
20
20
21
- ### Latest release Version 4.5 .0 / October 20 , 2024
21
+ ### Latest release Version 4.6 .0 / November 3 , 2024
22
22
23
23
## Get it!
24
24
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
30
30
<dependency >
31
31
<groupId >org.htmlunit</groupId >
32
32
<artifactId >htmlunit-cssparser</artifactId >
33
- <version >4.5 .0</version >
33
+ <version >4.6 .0</version >
34
34
</dependency >
35
35
```
36
36
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
39
39
Add to your ` build.gradle ` :
40
40
41
41
``` 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'
43
43
```
44
44
45
45
@@ -55,7 +55,7 @@ If you use maven please add:
55
55
<dependency>
56
56
<groupId>org.htmlunit</groupId>
57
57
<artifactId>htmlunit-cssparser</artifactId>
58
- <version>4.6 .0-SNAPSHOT</version>
58
+ <version>4.7 .0-SNAPSHOT</version>
59
59
</dependency>
60
60
61
61
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-cssparser</artifactId >
7
- <version >4.6.0-SNAPSHOT </version >
7
+ <version >4.6.0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
You can’t perform that action at this time.
0 commit comments