Skip to content

Commit f0cdc37

Browse files
committed
4.8.0
1 parent 2b068c4 commit f0cdc37

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Notice that "org.mozilla.*" is renamed to "org.htmlunit.corejs.*"
1515

1616
**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
1717

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

2020
## Start HtmlUnit - core-js Development
2121

@@ -105,6 +105,3 @@ This project is licensed under the Apache 2.0 License
105105
## Acknowledgments
106106

107107
Many thanks to all of you contributing to HtmlUnit/Rhino in the past.
108-
109-
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
110-
[4]: https://fosstodon.org/@HtmlUnit

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-core-js</artifactId>
7-
<version>4.8.0-SNAPSHOT</version>
7+
<version>4.8.0</version>
88
<name>HtmlUnit JavaScript Engine</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -464,7 +464,7 @@
464464
<plugin>
465465
<groupId>org.apache.maven.plugins</groupId>
466466
<artifactId>maven-javadoc-plugin</artifactId>
467-
<version>3.11.1</version>
467+
<version>3.11.2</version>
468468
<configuration>
469469
<quiet>true</quiet>
470470
<doclint>none</doclint>
@@ -544,7 +544,7 @@
544544
<dependency>
545545
<groupId>org.junit.jupiter</groupId>
546546
<artifactId>junit-jupiter-engine</artifactId>
547-
<version>5.11.3</version>
547+
<version>5.11.4</version>
548548
<scope>test</scope>
549549
</dependency>
550550
<!--JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->

0 commit comments

Comments
 (0)