This is an automated email from the ASF dual-hosted git repository.
acosentino 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 48c33f266d7 Bump com.atlassian.sal:sal-api from 5.1.3 to 5.1.4 (#12084)
48c33f266d7 is described below
commit 48c33f266d7ec7ef6563509b0db548f0f6cd3dce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 19 16:08:52 2023 +0100
Bump com.atlassian.sal:sal-api from 5.1.3 to 5.1.4 (#12084)
Bumps
[com.atlassian.sal:sal-api](https://bitbucket.org/atlassian/atlassian-sal) from
5.1.3 to 5.1.4.
-
[Changelog](https://bitbucket.org/atlassian/atlassian-sal/src/master/CHANGELOG.md)
-
[Commits](https://bitbucket.org/atlassian/atlassian-sal/branches/compare/sal-parent-5.1.4..sal-parent-5.1.3)
---
updated-dependencies:
- dependency-name: com.atlassian.sal:sal-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 e9613d0764e..c4452853ec5 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.3</version>
+ <version>5.1.4</version>
<!-- force jar type -->
<type>jar</type>
</dependency>