Skip to content

Commit d99fa6d

Browse files
committed
4.4.0
1 parent a1f1c2d commit d99fa6d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1616

1717
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
1818

19-
### Latest release Version 4.3.0 / June 24, 2024
19+
### Latest release Version 4.4.0 / June 28, 2024
2020

2121
## Get it!
2222

@@ -28,7 +28,7 @@ Add to your `pom.xml`:
2828
<dependency>
2929
<groupId>org.htmlunit</groupId>
3030
<artifactId>htmlunit-cssparser</artifactId>
31-
<version>4.3.0</version>
31+
<version>4.4.0</version>
3232
</dependency>
3333
```
3434

@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737
Add to your `build.gradle`:
3838

3939
```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'
4141
```
4242

4343

@@ -53,7 +53,7 @@ If you use maven please add:
5353
<dependency>
5454
<groupId>org.htmlunit</groupId>
5555
<artifactId>htmlunit-cssparser</artifactId>
56-
<version>4.4.0-SNAPSHOT</version>
56+
<version>4.5.0-SNAPSHOT</version>
5757
</dependency>
5858

5959
You have to add the sonatype snapshot repository to your pom `repositories` section also:

Diff for: pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-cssparser</artifactId>
7-
<version>4.3.0</version>
7+
<version>4.4.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<checkstyle.version>10.17.0</checkstyle.version>
24-
<dependencycheck.version>9.2.0</dependencycheck.version>
24+
<dependencycheck.version>10.0.3</dependencycheck.version>
2525
</properties>
2626

2727
<build>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.3.0</version>
71+
<version>3.3.1</version>
7272
</plugin>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
@@ -197,7 +197,7 @@
197197
<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-javadoc-plugin</artifactId>
200-
<version>3.7.0</version>
200+
<version>3.8.0</version>
201201
<configuration>
202202
<additionalparam>--allow-script-in-comments</additionalparam>
203203
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-release-plugin</artifactId>
263-
<version>3.1.0</version>
263+
<version>3.1.1</version>
264264
</plugin>
265265
</plugins>
266266
</build>

0 commit comments

Comments
 (0)