This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new a20eaa9a40 NIFI-13964 Upgraded camel-salesforce from 3.22.2 to 4.8.1
a20eaa9a40 is described below
commit a20eaa9a40ae8530110edcd046956f7189a5593c
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Mon Nov 4 20:08:39 2024 +0100
NIFI-13964 Upgraded camel-salesforce from 3.22.2 to 4.8.1
Signed-off-by: Pierre Villard <[email protected]>
This closes #9484.
---
.../nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
index 49f2e38170..4608642f9e 100644
---
a/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
+++
b/nifi-extension-bundles/nifi-salesforce-bundle/nifi-salesforce-processors/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-salesforce</artifactId>
- <version>3.22.2</version>
+ <version>4.8.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
@@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
- <artifactId>jackson-module-jsonSchema</artifactId>
+ <artifactId>jackson-module-jsonSchema-jakarta</artifactId>
</dependency>
<!-- Provided from parent nar -->
<dependency>