Skip to content

Commit 6c97c6f

Browse files
committed
4.12.0
1 parent 48ed9af commit 6c97c6f

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1818

1919
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2020

21-
### Latest release Version 4.11.0 / March 23, 2025
21+
### Latest release Version 4.12.0 / May 17, 2025
2222

2323
## Get it!
2424

@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030
<dependency>
3131
<groupId>org.htmlunit</groupId>
3232
<artifactId>htmlunit-cssparser</artifactId>
33-
<version>4.11.0</version>
33+
<version>4.12.0</version>
3434
</dependency>
3535
```
3636

@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939
Add to your `build.gradle`:
4040

4141
```groovy
42-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.11.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.12.0'
4343
```
4444

4545

@@ -55,7 +55,7 @@ If you use maven please add:
5555
<dependency>
5656
<groupId>org.htmlunit</groupId>
5757
<artifactId>htmlunit-cssparser</artifactId>
58-
<version>4.12.0-SNAPSHOT</version>
58+
<version>4.13.0-SNAPSHOT</version>
5959
</dependency>
6060

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

checkstyle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<property name="authorFormat" value="\S \S"/>
135135
</module>
136136
<module name="JavadocVariable">
137-
<property name="scope" value="protected"/>
137+
<property name="accessModifiers" value="protected"/>
138138
</module>
139139
<module name="JavadocStyle">
140140
<property name="scope" value="protected"/>
@@ -264,7 +264,6 @@
264264
<property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/>
265265
<property name="validateEnhancedForLoopVariable" value="true"/>
266266
</module>
267-
<module name="HiddenField"/>
268267
<module name="MissingOverride"/>
269268
</module>
270269
</module>

pom.xml

Lines changed: 4 additions & 4 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.11.0</version>
7+
<version>4.12.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>8</maven.compiler.source>
2121
<maven.compiler.target>8</maven.compiler.target>
2222

23-
<checkstyle.version>10.21.4</checkstyle.version>
23+
<checkstyle.version>10.23.1</checkstyle.version>
2424
<dependencycheck.version>10.0.4</dependencycheck.version>
2525
</properties>
2626

@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-surefire-plugin</artifactId>
72-
<version>3.5.2</version>
72+
<version>3.5.3</version>
7373
</plugin>
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
@@ -328,7 +328,7 @@
328328
<dependency>
329329
<groupId>commons-io</groupId>
330330
<artifactId>commons-io</artifactId>
331-
<version>2.18.0</version>
331+
<version>2.19.0</version>
332332
<scope>test</scope>
333333
</dependency>
334334
</dependencies>

0 commit comments

Comments
 (0)