File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Notice that "org.mozilla.*" is renamed to "org.htmlunit.corejs.*"
15
15
16
16
** [ Developer Blog] ( https://htmlunit.github.io/htmlunit-blog/ ) **
17
17
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 )
19
19
20
20
## Start HtmlUnit - core-js Development
21
21
@@ -105,6 +105,3 @@ This project is licensed under the Apache 2.0 License
105
105
## Acknowledgments
106
106
107
107
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
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-core-js</artifactId >
7
- <version >4.8.0-SNAPSHOT </version >
7
+ <version >4.8.0</version >
8
8
<name >HtmlUnit JavaScript Engine</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
464
464
<plugin >
465
465
<groupId >org.apache.maven.plugins</groupId >
466
466
<artifactId >maven-javadoc-plugin</artifactId >
467
- <version >3.11.1 </version >
467
+ <version >3.11.2 </version >
468
468
<configuration >
469
469
<quiet >true</quiet >
470
470
<doclint >none</doclint >
544
544
<dependency >
545
545
<groupId >org.junit.jupiter</groupId >
546
546
<artifactId >junit-jupiter-engine</artifactId >
547
- <version >5.11.3 </version >
547
+ <version >5.11.4 </version >
548
548
<scope >test</scope >
549
549
</dependency >
550
550
<!-- JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
You can’t perform that action at this time.
0 commit comments