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

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this 
push:
     new 21f9f97241a [create-pull-request] automated change
21f9f97241a is described below

commit 21f9f97241af57b85754fea665c6745647482611
Author: orpiske <[email protected]>
AuthorDate: Sun Jul 9 00:58:47 2023 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/springboot/catalog/components/jira.json  | 1 +
 tooling/camel-spring-boot-dependencies/pom.xml                          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
index 48904b349c9..47247ac24e8 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/jira.json
@@ -36,6 +36,7 @@
     "verificationCode": { "kind": "property", "displayName": "Verification 
Code", "group": "security", "label": "security", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": true, "configurationClass": 
"org.apache.camel.component.jira.JiraConfiguration", "configurationField": 
"configuration", "description": "(OAuth only) The verification code from Jira 
generated in the first step of the authorization proccess." }
   },
   "headers": {
+    "IssueAssigneeId": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The assignee's id of the issue", "constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_ASSIGNEE_ID" },
     "IssueAssignee": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The assignee's name of the issue", "constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_ASSIGNEE" },
     "IssueComponents": { "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The comma separated list of the issue's components", 
"constantName": 
"org.apache.camel.component.jira.JiraConstants#ISSUE_COMPONENTS" },
     "IssueChanged": { "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The name of the updated field (i.e Status)", 
"constantName": "org.apache.camel.component.jira.JiraConstants#ISSUE_CHANGED" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 9fab13dbcce..406c9d8662e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -149,7 +149,7 @@
       <dependency>
         <groupId>info.picocli</groupId>
         <artifactId>picocli</artifactId>
-        <version>4.7.3</version>
+        <version>4.7.4</version>
       </dependency>
       <dependency>
         <groupId>io.apicurio</groupId>

Reply via email to