diff --git a/README.md b/README.md index 3d2164a..47bb0d9 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 4.3.0 / June 24, 2024 +### Latest release Version 4.4.0 / June 28, 2024 ## Get it! @@ -28,7 +28,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 4.3.0 + 4.4.0 ``` @@ -37,7 +37,7 @@ Add to your `pom.xml`: Add to your `build.gradle`: ```groovy -implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.3.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.4.0' ``` @@ -53,7 +53,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 4.4.0-SNAPSHOT + 4.5.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 add8f93..55ccd1c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 4.3.0 + 4.4.0 HtmlUnit CSS Parser HtmlUnit @@ -21,7 +21,7 @@ 8 10.17.0 - 9.2.0 + 10.0.3 @@ -68,7 +68,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins @@ -197,7 +197,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.7.0 + 3.8.0 --allow-script-in-comments org.htmlunit.cssparser.parser.javacc @@ -260,7 +260,7 @@ org.apache.maven.plugins maven-release-plugin - 3.1.0 + 3.1.1