From 854a629ba45f74a7b31f27dc2c1c5ce60b760cc9 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 16:32:34 +0530 Subject: [PATCH 1/2] [Automated] Update the toml files --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 966a247..5adf7b0 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -5,7 +5,7 @@ name = "hubspot.crm.engagements.communications" version = "2.0.0" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = ["hubspot", "crm", "enagagements communications", "engagements", "communications"] +keywords = ["enagagements communications", "engagements", "communications", "Vendor/HubSpot", "Area/CRM", "Type/Connector"] repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.engagements.communications" [build-options] diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d9002ce..266523b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -41,7 +41,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.0" +version = "2.9.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -50,11 +50,14 @@ dependencies = [ [[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"} ] +modules = [ + {org = "ballerina", packageName = "data.jsondata", moduleName = "data.jsondata"} +] [[package]] org = "ballerina" @@ -70,7 +73,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.14.0" +version = "2.14.8" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -117,7 +120,7 @@ version = "0.0.0" [[package]] org = "ballerina" name = "jwt" -version = "2.15.0" +version = "2.15.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -229,7 +232,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.12.0" +version = "2.12.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -240,7 +243,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.14.0" +version = "2.14.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -256,7 +259,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.0" +version = "1.5.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -264,7 +267,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.10.0" +version = "1.10.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"} @@ -304,7 +307,7 @@ dependencies = [ [[package]] org = "ballerina" name = "url" -version = "2.6.0" +version = "2.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -329,6 +332,7 @@ org = "ballerinax" name = "hubspot.crm.engagements.communications" version = "2.0.0" dependencies = [ + {org = "ballerina", name = "data.jsondata"}, {org = "ballerina", name = "http"}, {org = "ballerina", name = "log"}, {org = "ballerina", name = "oauth2"}, From 72cb975ba5b32783d7a5983a5e2c21222a7caec3 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 16:32:34 +0530 Subject: [PATCH 2/2] Update files --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 13e3a24..8569948 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -5,7 +5,7 @@ name = "hubspot.crm.engagements.communications" version = "@toml.version@" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = ["hubspot", "crm", "enagagements communications", "engagements", "communications"] +keywords = ["enagagements communications", "engagements", "communications", "Vendor/HubSpot", "Area/CRM", "Type/Connector"] repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.engagements.communications" [build-options]