You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/19 19:02:09 UTC

[camel] branch main updated: camel-jira: Upgrade sal-api 5.1.1

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9616431e5a0 camel-jira: Upgrade sal-api 5.1.1
9616431e5a0 is described below

commit 9616431e5a0d4995bbd1998eac57d1890156a821
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jul 19 21:02:00 2023 +0200

    camel-jira: Upgrade sal-api 5.1.1
---
 components/camel-jira/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index 677792dfd6c..cf274253c45 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>com.atlassian.sal</groupId>
             <artifactId>sal-api</artifactId>
-            <version>4.4.2</version>
+            <version>5.1.1</version>
             <!-- force jar type -->
             <type>jar</type>
         </dependency>