NIFI-13964 Upgraded camel-salesforce from 3.22.2 to 4.8.1

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #9484.
This commit is contained in:
Peter Turcsanyi 2024-11-04 20:08:39 +01:00 committed by Pierre Villard
parent b8c4cb081a
commit a20eaa9a40
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 2 additions and 2 deletions

View File

@ -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>