Skip to content

Commit

Permalink
4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 29, 2024
1 parent c737048 commit 41967c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.6.0 / November 3, 2024
### Latest release Version 4.7.0 / November 29, 2024

## Get it!

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

Expand All @@ -39,7 +39,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

```groovy
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.6.0'
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.7.0'
```


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

You have to add the sonatype snapshot repository to your pom `repositories` section also:
Expand Down
11 changes: 6 additions & 5 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>4.6.0</version>
<version>4.7.0</version>
<name>HtmlUnit CSS Parser</name>
<organization>
<name>HtmlUnit</name>
Expand All @@ -20,7 +20,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<checkstyle.version>10.20.0</checkstyle.version>
<checkstyle.version>10.20.1</checkstyle.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
</properties>

Expand Down Expand Up @@ -56,6 +56,7 @@
<configuration>
<failBuildOnCVSS>0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl>
</configuration>
<executions>
<execution>
Expand All @@ -68,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -197,7 +198,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<additionalparam>--allow-script-in-comments</additionalparam>
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
Expand Down Expand Up @@ -327,7 +328,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 41967c4

Please sign in to comment.