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/12/26 07:56:36 UTC

(camel) branch main updated: Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)

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 cc1f0f9190e Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)
cc1f0f9190e is described below

commit cc1f0f9190e19058f854f247c100e70152d91728
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 26 08:56:30 2023 +0100

    Bump com.atlassian.sal:sal-api from 5.1.4 to 5.2.0 (#12603)
    
    Bumps [com.atlassian.sal:sal-api](https://bitbucket.org/atlassian/atlassian-sal) from 5.1.4 to 5.2.0.
    - [Changelog](https://bitbucket.org/atlassian/atlassian-sal/src/master/CHANGELOG.md)
    - [Commits](https://bitbucket.org/atlassian/atlassian-sal/branches/compare/sal-parent-5.2.0..sal-parent-5.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: com.atlassian.sal:sal-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 1a4a5ec3def..ee678ce776f 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -70,7 +70,7 @@
         <dependency>
             <groupId>com.atlassian.sal</groupId>
             <artifactId>sal-api</artifactId>
-            <version>5.1.4</version>
+            <version>5.2.0</version>
             <!-- force jar type -->
             <type>jar</type>
         </dependency>