You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/17 12:17:14 UTC

[camel-k-runtime] 01/01: Bump Jandex to 2.2.1.Final

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch jandex-2.2.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b246d97cd5981553a6e555400bbdf69182fd5125
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 17 14:17:02 2020 +0200

    Bump Jandex to 2.2.1.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 732058c..e8793a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
         <vertx.version>3.9.0</vertx.version>
         <graalvm.version>20.1.0</graalvm.version>
         <quarkus.version>1.6.0.Final</quarkus.version>
-        <jandex.version>2.1.3.Final</jandex.version>
+        <jandex.version>2.2.1.Final</jandex.version>
         <javapoet.version>1.11.1</javapoet.version>
         <rest-assured.version>4.3.1</rest-assured.version>
         <hamcrest.version>2.2</hamcrest.version>