From b780b292fd1131da4a9740309d163e6b4f477a5c Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 10 Apr 2024 12:45:27 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 631fa32..6605946 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["version", "unique"] repository = "https://github.com/ballerina-platform/module-ballerina-uuid" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ceed5ad..231ec7d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0" +distribution-version = "2201.9.0-20240405-165800-4b163f78" [[package]] org = "ballerina" @@ -36,6 +36,16 @@ dependencies = [ {org = "ballerina", name = "lang.object"} ] +[[package]] +org = "ballerina" +name = "lang.array" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.__internal"} +] + [[package]] org = "ballerina" name = "lang.error" @@ -70,6 +80,7 @@ version = "0.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, {org = "ballerina", name = "lang.error"} ] modules = [ From 668d2b67149044b95ec2f55f2321b826116b766d Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Wed, 10 Apr 2024 12:45:49 +0530 Subject: [PATCH 2/2] Update lang and dependencies for update 09 --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index be20359..4ecddc5 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["version", "unique"] repository = "https://github.com/ballerina-platform/module-ballerina-uuid" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 81c45c3..9756884 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,10 +9,10 @@ downloadPluginVersion=5.4.0 releasePluginVersion=2.6.0 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.8.0 +ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78 #stdlib dependencies -stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f +stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5 stdlibTimeVersion=2.4.0 puppycrawlCheckstyleVersion=10.12.0