File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -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.3 .0 / June 24 , 2024
19
+ ### Latest release Version 4.4 .0 / June 28 , 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.3 .0</version >
31
+ <version >4.4 .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.3 .0'
40
+ implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4 .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.4 .0-SNAPSHOT</version>
56
+ <version>4.5 .0-SNAPSHOT</version>
57
57
</dependency>
58
58
59
59
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.3 .0</version >
7
+ <version >4.4 .0</version >
8
8
<name >HtmlUnit CSS Parser</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
21
21
<maven .compiler.target>8</maven .compiler.target>
22
22
23
23
<checkstyle .version>10.17.0</checkstyle .version>
24
- <dependencycheck .version>9.2.0 </dependencycheck .version>
24
+ <dependencycheck .version>10.0.3 </dependencycheck .version>
25
25
</properties >
26
26
27
27
<build >
68
68
<plugin >
69
69
<groupId >org.apache.maven.plugins</groupId >
70
70
<artifactId >maven-surefire-plugin</artifactId >
71
- <version >3.3.0 </version >
71
+ <version >3.3.1 </version >
72
72
</plugin >
73
73
<plugin >
74
74
<groupId >org.apache.maven.plugins</groupId >
197
197
<plugin >
198
198
<groupId >org.apache.maven.plugins</groupId >
199
199
<artifactId >maven-javadoc-plugin</artifactId >
200
- <version >3.7 .0</version >
200
+ <version >3.8 .0</version >
201
201
<configuration >
202
202
<additionalparam >--allow-script-in-comments</additionalparam >
203
203
<excludePackageNames >org.htmlunit.cssparser.parser.javacc</excludePackageNames >
260
260
<plugin >
261
261
<groupId >org.apache.maven.plugins</groupId >
262
262
<artifactId >maven-release-plugin</artifactId >
263
- <version >3.1.0 </version >
263
+ <version >3.1.1 </version >
264
264
</plugin >
265
265
</plugins >
266
266
</build >
You can’t perform that action at this time.
0 commit comments