Skip to content

Commit e3a5871

Browse files
committed
chore: update dependency toml
1 parent 343d078 commit e3a5871

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

salesforce-to-mysql-data-sync/Dependencies.toml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies = [
7070
[[package]]
7171
org = "ballerina"
7272
name = "http"
73-
version = "2.15.0"
73+
version = "2.15.1"
7474
dependencies = [
7575
{org = "ballerina", name = "auth"},
7676
{org = "ballerina", name = "cache"},
@@ -211,6 +211,14 @@ dependencies = [
211211
{org = "ballerina", name = "lang.regexp"}
212212
]
213213

214+
[[package]]
215+
org = "ballerina"
216+
name = "lang.transaction"
217+
version = "0.0.0"
218+
dependencies = [
219+
{org = "ballerina", name = "jballerina.java"}
220+
]
221+
214222
[[package]]
215223
org = "ballerina"
216224
name = "lang.value"
@@ -357,6 +365,27 @@ modules = [
357365
{org = "ballerinai", packageName = "observe", moduleName = "observe"}
358366
]
359367

368+
[[package]]
369+
org = "ballerinai"
370+
name = "transaction"
371+
version = "0.0.0"
372+
dependencies = [
373+
{org = "ballerina", name = "cache"},
374+
{org = "ballerina", name = "http"},
375+
{org = "ballerina", name = "io"},
376+
{org = "ballerina", name = "jballerina.java"},
377+
{org = "ballerina", name = "lang.runtime"},
378+
{org = "ballerina", name = "lang.transaction"},
379+
{org = "ballerina", name = "lang.value"},
380+
{org = "ballerina", name = "log"},
381+
{org = "ballerina", name = "task"},
382+
{org = "ballerina", name = "time"},
383+
{org = "ballerina", name = "uuid"}
384+
]
385+
modules = [
386+
{org = "ballerinai", packageName = "transaction", moduleName = "transaction"}
387+
]
388+
360389
[[package]]
361390
org = "ballerinax"
362391
name = "cdc"
@@ -443,6 +472,7 @@ dependencies = [
443472
{org = "ballerina", name = "sql"},
444473
{org = "ballerina", name = "time"},
445474
{org = "ballerinai", name = "observe"},
475+
{org = "ballerinai", name = "transaction"},
446476
{org = "ballerinax", name = "mysql"},
447477
{org = "ballerinax", name = "mysql.driver"},
448478
{org = "ballerinax", name = "salesforce"}

0 commit comments

Comments
 (0)