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 1a425ae build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0 1a425ae is described below commit 1a425ae584882499f1816bf78e8b920649a74640 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 2 19:01:33 2021 +0000 build(deps): bump jandex-maven-plugin from 1.1.0 to 1.2.0 Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases) - [Commits](https://github.com/wildfly/jandex-maven-plugin/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: org.jboss.jandex:jandex-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 a8326df..d53d57b 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ <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.1.0</jandex-maven-plugin-version> + <jandex-maven-plugin-version>1.2.0</jandex-maven-plugin-version> <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version> <maven-jar-plugin-version>3.2.0</maven-jar-plugin-version> <maven-invoker-plugin-version>3.2.1</maven-invoker-plugin-version>