diff --git a/tap_salesforce/salesforce/bulk.py b/tap_salesforce/salesforce/bulk.py
index 13f2b69..15414c7 100644
--- a/tap_salesforce/salesforce/bulk.py
+++ b/tap_salesforce/salesforce/bulk.py
@@ -39,7 +39,7 @@ def find_parent(stream):
 
 class Bulk():
 
-    bulk_url = "{}/services/async/53.0/{}"
+    bulk_url = "{}/services/async/60.0/{}"
 
     def __init__(self, sf):
         # Set csv max reading size to the platform's max size available.