Skip to content

Commit 3a9aef9

Browse files
committed
4.3.0
1 parent 0d86262 commit 3a9aef9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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.2.0 / June 05, 2024
19+
### Latest release Version 4.3.0 / June 24, 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.2.0</version>
31+
<version>4.3.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.2.0'
40+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.3.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.3.0-SNAPSHOT</version>
56+
<version>4.4.0-SNAPSHOT</version>
5757
</dependency>
5858

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

pom.xml

Lines changed: 5 additions & 5 deletions
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.2.0</version>
7+
<version>4.4.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-surefire-plugin</artifactId>
71-
<version>3.2.5</version>
71+
<version>3.3.0</version>
7272
</plugin>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-checkstyle-plugin</artifactId>
151-
<version>3.3.1</version>
151+
<version>3.4.0</version>
152152
<configuration>
153153
<configLocation>checkstyle.xml</configLocation>
154154
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-jar-plugin</artifactId>
170-
<version>3.4.1</version>
170+
<version>3.4.2</version>
171171
<configuration>
172172
<archive>
173173
<manifest>
@@ -260,7 +260,7 @@
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-release-plugin</artifactId>
263-
<version>3.0.1</version>
263+
<version>3.1.0</version>
264264
</plugin>
265265
</plugins>
266266
</build>

0 commit comments

Comments
 (0)