This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/master by this push: new c425119 Bump qdox from 2.0.0 to 2.0.1 c425119 is described below commit c425119aa46d76421f3d18d557bdaf4106fd7481 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Nov 16 03:29:14 2021 +0000 Bump qdox from 2.0.0 to 2.0.1 Bumps [qdox](https://github.com/paul-hammant/qdox) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/paul-hammant/qdox/releases) - [Commits](https://github.com/paul-hammant/qdox/compare/qdox-2.0.0...qdox-2.0.1) --- updated-dependencies: - dependency-name: com.thoughtworks.qdox:qdox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4211745..ab6edb5 100644 --- a/pom.xml +++ b/pom.xml @@ -276,7 +276,7 @@ under the License. <dependency> <groupId>com.thoughtworks.qdox</groupId> <artifactId>qdox</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </dependency> <!-- Plexus -->