This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new f4698386 build(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 f4698386 is described below commit f4698386cbaf7fa5db2705a56c3e8d7bd8c7481f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 15 19:02:33 2022 +0000 build(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- support/camel-k-runtime-bom/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0de91e7b..4e8d06d0 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <maven-checkstyle-version>8.44</maven-checkstyle-version> <maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version> <maven-deploy-plugin-version>3.0.0</maven-deploy-plugin-version> - <maven-javadoc-plugin-version>3.4.0</maven-javadoc-plugin-version> + <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version> <maven-source-plugin-version>3.2.1</maven-source-plugin-version> <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version> <jandex-maven-plugin-version>1.2.3</jandex-maven-plugin-version> diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index 38f5e687..c1117675 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -276,7 +276,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.4.0</version> + <version>3.4.1</version> <executions> <execution> <id>attach-javadocs</id>