Skip to content

Commit 5e547e6

Browse files
committed
4.8.0
1 parent 7f01003 commit 5e547e6

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

README.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ We will try to stay in sync with CSSParser regarding the features in the future.
1414

1515
### Project News
1616

17-
**[Developer Blog][5]**
17+
**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
1818

19-
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
19+
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2020

21-
### Latest release Version 4.7.0 / November 29, 2024
21+
### Latest release Version 4.8.0 / January 12, 2024
2222

2323
## Get it!
2424

@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030
<dependency>
3131
<groupId>org.htmlunit</groupId>
3232
<artifactId>htmlunit-cssparser</artifactId>
33-
<version>4.7.0</version>
33+
<version>4.8.0</version>
3434
</dependency>
3535
```
3636

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

4141
```groovy
42-
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.7.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.8.0'
4343
```
4444

4545

@@ -55,7 +55,7 @@ If you use maven please add:
5555
<dependency>
5656
<groupId>org.htmlunit</groupId>
5757
<artifactId>htmlunit-cssparser</artifactId>
58-
<version>4.8.0-SNAPSHOT</version>
58+
<version>4.9.0-SNAPSHOT</version>
5959
</dependency>
6060

6161
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -162,7 +162,4 @@ This project is licensed under the Apache 2.0 License
162162
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
163163

164164

165-
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI"
166-
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
167-
[4]: https://fosstodon.org/@HtmlUnit
168-
[5]: https://htmlunit.github.io/htmlunit-blog/
165+
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20CSS%20Parser/ "HtmlUnit - CSS Parser CI"

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-cssparser</artifactId>
7-
<version>4.8.0-SNAPSHOT</version>
7+
<version>4.8.0</version>
88
<name>HtmlUnit CSS Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-javadoc-plugin</artifactId>
201-
<version>3.11.1</version>
201+
<version>3.11.2</version>
202202
<configuration>
203203
<additionalparam>--allow-script-in-comments</additionalparam>
204204
<excludePackageNames>org.htmlunit.cssparser.parser.javacc</excludePackageNames>
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>org.junit.jupiter</groupId>
324324
<artifactId>junit-jupiter-engine</artifactId>
325-
<version>5.11.3</version>
325+
<version>5.11.4</version>
326326
<scope>test</scope>
327327
</dependency>
328328
<dependency>

0 commit comments

Comments
 (0)