From 13d7e006b6d134878de0715d10dc4c99d54aaa19 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sat, 2 Dec 2023 17:21:03 +0100 Subject: [PATCH] version 3.9.0 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cbe4a5..9d3ad6d 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.8.0 / November 18, 2023 +### Latest release Version 3.9.0 / December 03, 2023 ## Get it! @@ -28,7 +28,7 @@ Add to your `pom.xml`: org.htmlunit htmlunit-cssparser - 3.8.0 + 3.9.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.8.0' +implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '3.9.0' ``` @@ -53,7 +53,7 @@ If you use maven please add: org.htmlunit htmlunit-cssparser - 3.9.0-SNAPSHOT + 3.10.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 314922f..49efde7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.htmlunit htmlunit-cssparser - 3.9.0-SNAPSHOT + 3.9.0 HtmlUnit CSS Parser HtmlUnit