@@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
16
16
17
17
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
18
18
19
- ### Latest release Version 4.1 .0 / April 28 , 2024
19
+ ### Latest release Version 4.2 .0 / May 05 , 2024
20
20
21
21
## Get it!
22
22
@@ -28,7 +28,7 @@ Add to your `pom.xml`:
28
28
<dependency >
29
29
<groupId >org.htmlunit</groupId >
30
30
<artifactId >htmlunit-cssparser</artifactId >
31
- <version >4.1 .0</version >
31
+ <version >4.2 .0</version >
32
32
</dependency >
33
33
```
34
34
@@ -37,7 +37,7 @@ Add to your `pom.xml`:
37
37
Add to your ` build.gradle ` :
38
38
39
39
``` groovy
40
- implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.1 .0'
40
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.2 .0'
41
41
```
42
42
43
43
@@ -53,7 +53,7 @@ If you use maven please add:
53
53
<dependency>
54
54
<groupId>org.htmlunit</groupId>
55
55
<artifactId>htmlunit-cssparser</artifactId>
56
- <version>4.2 .0-SNAPSHOT</version>
56
+ <version>4.3 .0-SNAPSHOT</version>
57
57
</dependency>
58
58
59
59
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -106,7 +106,7 @@ Every contribution - from bug reports to feature requests, typos to full new fea
106
106
This part is intended for committer who are packaging a release.
107
107
108
108
* Check all your files are checked in
109
- * Execute these mvn to be sure all tests are passing and everything is up to data
109
+ * Execute these mvn commands to be sure all tests are passing and everything is up to data
110
110
111
111
```
112
112
mvn versions:display-plugin-updates
0 commit comments