From f24864106eed17224dbaafe2e7c9e30cf4adf71c Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Fri, 13 Feb 2026 15:31:22 +0530 Subject: [PATCH 1/3] [Automated] Update the toml files --- ballerina/Dependencies.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index cbf1767..5cec777 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.12.0" +distribution-version = "2201.13.1" [[package]] org = "ballerina" @@ -18,7 +18,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.3" +version = "2.10.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -30,7 +30,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "1.1.0" +version = "1.1.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.object"} @@ -144,7 +144,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.12.0" +version = "2.16.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -158,7 +158,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.0" +version = "1.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -179,7 +179,7 @@ modules = [ [[package]] org = "ballerina" name = "sql" -version = "1.16.0" +version = "1.17.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -277,7 +277,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.14.0" +version = "1.14.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, From 15b7dbd541a45a12df3044cc59f35ff3550528e0 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Fri, 13 Feb 2026 17:03:52 +0530 Subject: [PATCH 2/3] Revert "[Automated] Update the toml files" This reverts commit f24864106eed17224dbaafe2e7c9e30cf4adf71c. --- ballerina/Dependencies.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5cec777..cbf1767 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.13.1" +distribution-version = "2201.12.0" [[package]] org = "ballerina" @@ -18,7 +18,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.10.1" +version = "2.9.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -30,7 +30,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "1.1.3" +version = "1.1.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.object"} @@ -144,7 +144,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.16.1" +version = "2.12.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -158,7 +158,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.7.0" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -179,7 +179,7 @@ modules = [ [[package]] org = "ballerina" name = "sql" -version = "1.17.1" +version = "1.16.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -277,7 +277,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "java.jdbc" -version = "1.14.1" +version = "1.14.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, From e305e942181092f4199998796c55378cd889435f Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Fri, 13 Feb 2026 17:04:12 +0530 Subject: [PATCH 3/3] Update workflow template for master-build --- .github/workflows/build-timestamped-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index ad6bb0c..56a2f37 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -11,7 +11,7 @@ jobs: call_workflow: name: Run Connector Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-library/.github/workflows/build-connector-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main secrets: inherit with: repo-name: module-ballerinax-cdc