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

mcasters pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 8dfcf46525 task #2827 Update Salesforce libraries to latest version
     new ae96c956fc Merge pull request #3044 from gvdutra/2827
8dfcf46525 is described below

commit 8dfcf46525050443809e4e6860cc8d6720d1562d
Author: Gabriel Dutra <[email protected]>
AuthorDate: Wed Jun 28 14:13:00 2023 -0700

    task #2827 Update Salesforce libraries to latest version
---
 assemblies/plugins/transforms/salesforce/pom.xml | 2 +-
 plugins/transforms/salesforce/pom.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/plugins/transforms/salesforce/pom.xml 
b/assemblies/plugins/transforms/salesforce/pom.xml
index 4f9cd9fbe3..c5e97a7549 100644
--- a/assemblies/plugins/transforms/salesforce/pom.xml
+++ b/assemblies/plugins/transforms/salesforce/pom.xml
@@ -35,7 +35,7 @@
     <description>Adds a series of Salesforce plugins</description>
 
     <properties>
-        <com.force.api.version>50.0.0</com.force.api.version>
+        <com.force.api.version>58.0.0</com.force.api.version>
     </properties>
 
     <dependencies>
diff --git a/plugins/transforms/salesforce/pom.xml 
b/plugins/transforms/salesforce/pom.xml
index 6b5adbab56..961f53efc6 100644
--- a/plugins/transforms/salesforce/pom.xml
+++ b/plugins/transforms/salesforce/pom.xml
@@ -31,7 +31,7 @@
     <name>Hop Plugins Transforms Salesforce</name>
 
     <properties>
-        <com.force.api.version>50.0.0</com.force.api.version>
+        <com.force.api.version>58.0.0</com.force.api.version>
     </properties>
 
     <dependencies>

Reply via email to