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 d5adb17 build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2 d5adb17 is described below commit d5adb17982e1092c512653c99fa38a8300feb000 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Jan 10 20:06:17 2022 +0000 build(deps): bump jandex-maven-plugin from 1.2.1 to 1.2.2 Bumps [jandex-maven-plugin](https://github.com/wildfly/jandex-maven-plugin) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/wildfly/jandex-maven-plugin/releases) - [Commits](https://github.com/wildfly/jandex-maven-plugin/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: org.jboss.jandex:jandex-maven-plugin 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 4e9968f..6af79a3 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ <maven-javadoc-plugin-version>3.3.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.1</jandex-maven-plugin-version> + <jandex-maven-plugin-version>1.2.2</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>