File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The FlexmarkConverterSample class demonstrates advanced HTML-to-Markdown convers
2525
2626[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
2727
28- ### Latest release Version (not released so far)
28+ ### Latest release Version 4.14.0 / July 30, 2025
2929
3030### Maven
3131
@@ -59,10 +59,10 @@ If you use maven please add:
5959 <dependency>
6060 <groupId>org.htmlunit</groupId>
6161 <artifactId>htmlunit-jsoup</artifactId>
62- <version>4.14 .0-SNAPSHOT</version>
62+ <version>4.15 .0-SNAPSHOT</version>
6363 </dependency>
6464
65- You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
65+ You have to add the Central Portal Snapshots repository to your pom ` repositories ` section also:
6666
6767 <repositories>
6868 <repository>
Original file line number Diff line number Diff line change 55
66 <groupId >org.htmlunit</groupId >
77 <artifactId >htmlunit-jsoup</artifactId >
8- <version >4.14.0-SNAPSHOT </version >
8+ <version >4.14.0</version >
99
1010 <name >HtmlUnit jsoup support</name >
1111 <organization >
2727 <maven .compiler.target>8</maven .compiler.target>
2828
2929 <jsoup .version>1.21.1</jsoup .version>
30- <htmlunit .version>4.13 .0</htmlunit .version>
30+ <htmlunit .version>4.14 .0</htmlunit .version>
3131
3232 <!-- examples dependencies -->
3333 <flexmark .version>0.64.8</flexmark .version>
3838
3939 <checkstyle .version>10.26.1</checkstyle .version>
4040 <spotbugs .version>4.9.3</spotbugs .version>
41- <pmd .version>7.15 .0</pmd .version>
41+ <pmd .version>7.16 .0</pmd .version>
4242 <dependencycheck .version>10.0.4</dependencycheck .version>
4343
4444 <!-- plugins -->
You can’t perform that action at this time.
0 commit comments