Skip to content

Commit 6d82cff

Browse files
committed
4.14.0
1 parent 88c2f5b commit 6d82cff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -27,7 +27,7 @@
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>
@@ -38,7 +38,7 @@
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 -->

0 commit comments

Comments
 (0)