diff --git a/pom.xml b/pom.xml index 0e8db27f04a..5e080c0047c 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 3.6.0 4.13.0 - 4.13.0 + 4.14.0 4.5.14 9.4.53.v20231009 @@ -614,6 +614,13 @@ true netscape:netscape.*:org.htmlunit.platform.util + + + + javadoc + + + org.apache.maven.plugins diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 28f7b0bad61..39a0caa016c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -7,7 +7,10 @@ - + + + test-javadoc removed from the website. + HtmlForm.getElements() is now part of the public api.