Skip to content

Commit 08d1b5d

Browse files
committed
4.2.0
1 parent de193cd commit 08d1b5d

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

README.md

Lines changed: 5 additions & 5 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.1.0 / April 28, 2024
19+
### Latest release Version 4.2.0 / May 05, 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.1.0</version>
31+
<version>4.2.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.1.0'
40+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.2.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.2.0-SNAPSHOT</version>
56+
<version>4.3.0-SNAPSHOT</version>
5757
</dependency>
5858

5959
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
106106
This part is intended for committer who are packaging a release.
107107

108108
* 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
110110

111111
```
112112
mvn versions:display-plugin-updates

pom.xml

Lines changed: 6 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.1.0</version>
7+
<version>4.2.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,16 +20,16 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<checkstyle.version>9.3</checkstyle.version>
24-
<dependencycheck.version>9.1.0</dependencycheck.version>
23+
<checkstyle.version>10.17.0</checkstyle.version>
24+
<dependencycheck.version>9.2.0</dependencycheck.version>
2525
</properties>
2626

2727
<build>
2828
<plugins>
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-enforcer-plugin</artifactId>
32-
<version>3.4.1</version>
32+
<version>3.5.0</version>
3333
<executions>
3434
<execution>
3535
<id>enforce-maven</id>
@@ -55,6 +55,7 @@
5555
<version>${dependencycheck.version}</version>
5656
<configuration>
5757
<failBuildOnCVSS>0</failBuildOnCVSS>
58+
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
5859
</configuration>
5960
<executions>
6061
<execution>
@@ -196,7 +197,7 @@
196197
<plugin>
197198
<groupId>org.apache.maven.plugins</groupId>
198199
<artifactId>maven-javadoc-plugin</artifactId>
199-
<version>3.6.3</version>
200+
<version>3.7.0</version>
200201
<configuration>
201202
<additionalparam>--allow-script-in-comments</additionalparam>
202203
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>

0 commit comments

Comments
 (0)