From 5dfad57c5828593d6fae3c875b079a35a1c2f91f Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 13:10:52 +0530 Subject: [PATCH 1/3] [Automated] Update the toml files --- ballerina/Ballerina.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 79c61cd..5a50e4c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,10 +2,10 @@ distribution = "2201.12.0" org = "ballerinax" name = "paypal.subscriptions" -version = "1.0.0" +version = "1.0.1" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = ["PayPal", "Subscriptions", "Plans","Billing", "Payments", "Recurring", "Connector"] +keywords = ["Subscriptions", "Plans", "Billing", "Payments", "Recurring", "Vendor/Paypal", "Area/Finance", "Type/Connector"] icon = "icon.png" repository = "https://github.com/ballerina-platform/module-ballerinax-paypal.subscriptions" From 3fe600d70cc601a62d9791b70b10bbd66db650bc Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 13:15:18 +0530 Subject: [PATCH 2/3] [Automated] Update the toml files --- ballerina/Dependencies.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7147777..52ec3d7 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -44,7 +44,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.0" +version = "2.9.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -53,7 +53,7 @@ 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"} @@ -76,7 +76,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.14.2" +version = "2.14.8" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -123,7 +123,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"}, @@ -238,7 +238,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"}, @@ -249,7 +249,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.14.0" +version = "2.14.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -262,7 +262,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.0" +version = "1.5.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -270,7 +270,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"} @@ -313,7 +313,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.6.0" +version = "2.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -336,7 +336,7 @@ modules = [ [[package]] org = "ballerinax" name = "paypal.subscriptions" -version = "1.0.0" +version = "1.0.1" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "data.jsondata"}, From 3d0100e9b5ebf8467f8174ec80e78dade53c738e Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 13:39:12 +0530 Subject: [PATCH 3/3] 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 701bc5c..f859b51 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -5,7 +5,7 @@ name = "paypal.subscriptions" version = "@toml.version@" license = ["Apache-2.0"] authors = ["Ballerina"] -keywords = ["PayPal", "Subscriptions", "Plans","Billing", "Payments", "Recurring", "Connector"] +keywords = ["Subscriptions", "Plans", "Billing", "Payments", "Recurring", "Vendor/Paypal", "Area/Finance", "Type/Connector"] icon = "icon.png" repository = "https://github.com/ballerina-platform/module-ballerinax-paypal.subscriptions"