You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/02/03 11:40:43 UTC

[camel-quarkus] branch main updated: Add quarkus-qpid-jms for dependency version checking (#4480)

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

zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bf9ec65cc Add quarkus-qpid-jms for dependency version checking (#4480)
0bf9ec65cc is described below

commit 0bf9ec65cc670d5836c6334971349b5f8124a96c
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Fri Feb 3 19:40:37 2023 +0800

    Add quarkus-qpid-jms for dependency version checking (#4480)
---
 .github/dependabot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 13b260eee0..4c02ccb0dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,3 +23,4 @@ updates:
       interval: "daily"
     allow:
       - dependency-name: "io.quarkiverse:*"
+      - dependency-name: "org.amqphub.quarkus:quarkus-qpid-jms"