This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.
from 52f0d27 Bump commons-lang3 from 3.8.0 to 3.8.1 add a26458e Bump plexus-interactivity-api from 1.0-alpha-6 to 1.0 new 4045ca8 Bump mockito-core from 2.23.4 to 2.28.2 new bce5670 Bump plexus-java from 1.0.5 to 1.0.6 new 66bb247 Added Java 16 and 17 to Github Action tests new 14f732b (doc) misc dependency updates in integration tests new 8bc0699 Replace dependency to junit-addons with direct reflection calls new 946f1b1 Tests improvements / AssertJ / Java 16+ The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/workflows/maven.yml | 2 +- pom.xml | 27 +- src/it/projects/MJAVADOC-172/test-module1/pom.xml | 2 +- src/it/projects/MJAVADOC-172/test-module2/pom.xml | 2 +- src/it/projects/MJAVADOC-172/verify.bsh | 2 +- src/it/projects/MJAVADOC-434_fixcompile/pom.xml | 4 +- src/it/projects/detectLinks/pom.xml | 2 +- .../javadoc/AbstractFixJavadocMojoTest.java | 48 +- .../plugins/javadoc/AbstractJavadocMojoTest.java | 36 +- .../maven/plugins/javadoc/FixJavadocMojoTest.java | 165 +++--- .../maven/plugins/javadoc/JavadocJarTest.java | 35 +- .../maven/plugins/javadoc/JavadocReportTest.java | 572 +++++++++++---------- .../maven/plugins/javadoc/JavadocUtilTest.java | 102 ++-- .../maven/plugins/javadoc/JavadocVersionTest.java | 41 +- .../plugins/javadoc/TestJavadocReportTest.java | 6 +- .../io/xpp3/JavadocOptionsXpp3ReaderTest.java | 16 +- .../def/configuration/App.java | 3 + .../def/configuration/AppSample.java | 2 +- 18 files changed, 504 insertions(+), 563 deletions(-)