diff --git a/README.md b/README.md index 3589973..52d250b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ We will try to stay in sync with CSSParser regarding the features in the future. [HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3] -### Latest release Version 3.10.0 / January 14, 2024 +### Latest release Version 3.11.0 / February 10, 2024 ## Get it! @@ -28,7 +28,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 3.10.0 + 3.11.0 ``` @@ -37,7 +37,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.10.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.11.0' ``` @@ -53,7 +53,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 3.11.0-SNAPSHOT + 3.12.0-SNAPSHOT You have to add the sonatype snapshot repository to your pom `repositories` section also: diff --git a/pom.xml b/pom.xml index 7d96bea..dcaf065 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 3.10.0 + 3.11.0 HtmlUnit CSS Parser HtmlUnit @@ -21,7 +21,7 @@ 8 9.3 - 9.0.8 + 9.0.9