diff --git a/README.md b/README.md index 9a60400..19144ad 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ We will try to stay in sync with CSSParser regarding the features in the future. [HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit) -### Latest release Version 4.11.0 / March 23, 2025 +### Latest release Version 4.12.0 / May 17, 2025 ## Get it! @@ -30,7 +30,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 4.11.0 + 4.12.0 ``` @@ -39,7 +39,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.11.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.12.0' ``` @@ -55,7 +55,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 4.12.0-SNAPSHOT + 4.13.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: diff --git a/checkstyle.xml b/checkstyle.xml index 4399fa8..0f2683b 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -134,7 +134,7 @@ - + @@ -264,7 +264,6 @@ - \ No newline at end of file diff --git a/pom.xml b/pom.xml index ea4ff78..ba01765 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 4.11.0 + 4.12.0 HtmlUnit CSS Parser HtmlUnit @@ -20,7 +20,7 @@ 8 8 - 10.21.4 + 10.23.1 10.0.4 @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.2 + 3.5.3 org.apache.maven.plugins @@ -328,7 +328,7 @@ commons-io commons-io - 2.18.0 + 2.19.0 test