This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit e32aca85762723ce8ee85335485a31559cc21395
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 24 19:03:06 2021 +0000
build(deps): bump maven-javadoc-plugin from 3.2.0 to 3.3.0
Bumps
[maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from
3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
-
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0)
Signed-off-by: dependabot[bot] <[email protected]>
---
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 760217e..c05adc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<maven-checkstyle-version>8.26</maven-checkstyle-version>
<maven-gpg-plugin-version>3.0.1</maven-gpg-plugin-version>
<maven-deploy-plugin-version>3.0.0-M1</maven-deploy-plugin-version>
- <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
+ <maven-javadoc-plugin-version>3.3.0</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.0.8</jandex-maven-plugin-version>
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index d1edc5c..627773c 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -252,7 +252,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>attach-javadocs</id>