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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new b713d012045 [create-pull-request] automated change
b713d012045 is described below
commit b713d012045399c007b4068e3648a6ba89d5ef7a
Author: oscerd <[email protected]>
AuthorDate: Fri Oct 14 01:15:46 2022 +0000
[create-pull-request] automated change
---
.../apache/camel/springboot/catalog/components/dropbox.json | 2 +-
tooling/camel-spring-boot-dependencies/pom.xml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
index fb574e9546f..60e86317827 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/dropbox.json
@@ -53,7 +53,7 @@
"newRemotePath": { "kind": "parameter", "displayName": "New Remote Path",
"group": "producer", "label": "producer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "autowired": false,
"secret": false, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "Destination file or
folder" },
"uploadMode": { "kind": "parameter", "displayName": "Upload Mode",
"group": "producer", "label": "producer", "required": false, "type": "object",
"javaType": "org.apache.camel.component.dropbox.util.DropboxUploadMode",
"enum": [ "add", "force" ], "deprecated": false, "autowired": false, "secret":
false, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "Which mode to upload. in
case of add the new fi [...]
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer (advanced)", "label": "producer,advanced",
"required": false, "type": "boolean", "javaType": "boolean", "deprecated":
false, "autowired": false, "secret": false, "defaultValue": false,
"description": "Whether the producer should be started lazy (on the first
message). By starting lazy you can use this to allow CamelContext and routes to
startup in situations where a producer may other [...]
- "client": { "kind": "parameter", "displayName": "Client", "group":
"advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "To use an existing
DbxClient instance as DropBox client." },
+ "client": { "kind": "parameter", "displayName": "Client", "group":
"advanced", "label": "advanced", "required": false, "type": "object",
"javaType": "com.dropbox.core.v2.DbxClientV2", "deprecated": false,
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "To use an existing
DbxClient instance as Dropbox client." },
"accessToken": { "kind": "parameter", "displayName": "Access Token",
"group": "security", "label": "security", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "The access token to make
API requests for a specific Dropbox user" },
"apiKey": { "kind": "parameter", "displayName": "Api Key", "group":
"security", "label": "security", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "The apiKey to make API
requests for a specific Dropbox user" },
"apiSecret": { "kind": "parameter", "displayName": "Api Secret", "group":
"security", "label": "security", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": true, "configurationClass":
"org.apache.camel.component.dropbox.DropboxConfiguration",
"configurationField": "configuration", "description": "The apiSecret to make
API requests for a specific Dropbox user" },
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index b923681c9cd..067dada0844 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -83,7 +83,7 @@
<dependency>
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
- <version>3.2.0</version>
+ <version>5.4.2</version>
</dependency>
<dependency>
<groupId>com.github.dozermapper</groupId>
@@ -4528,22 +4528,22 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
- <version>2.0.26</version>
+ <version>2.0.27</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>2.0.26</version>
+ <version>2.0.27</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-debugger</artifactId>
- <version>2.0.26</version>
+ <version>2.0.27</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-tools</artifactId>
- <version>2.0.26</version>
+ <version>2.0.27</version>
</dependency>
<dependency>
<groupId>org.apache.pulsar</groupId>