Skip to content

Commit

Permalink
3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 9, 2024
1 parent ccdd81e commit fcf4303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -28,7 +28,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
</dependency>
```

Expand All @@ -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'
```


Expand All @@ -53,7 +53,7 @@ If you use maven please add:
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>3.11.0-SNAPSHOT</version>
<version>3.12.0-SNAPSHOT</version>
</dependency>

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.htmlunit</groupId>
<artifactId>htmlunit-cssparser</artifactId>
<version>3.10.0</version>
<version>3.11.0</version>
<name>HtmlUnit CSS Parser</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -21,7 +21,7 @@
<maven.compiler.target>8</maven.compiler.target>

<checkstyle.version>9.3</checkstyle.version>
<dependencycheck.version>9.0.8</dependencycheck.version>
<dependencycheck.version>9.0.9</dependencycheck.version>
</properties>

<build>
Expand Down

0 comments on commit fcf4303

Please sign in to comment.