From a82d87c29b622c15e9df1f4257d41926c7bab34c Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Thu, 21 Nov 2024 16:19:24 +0530 Subject: [PATCH 1/2] [Automated] Update native jar versions in toml files --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 91db04c7..858ff7b8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241117-133400-a3054b77" +distribution-version = "2201.11.0-20241121-075100-c4c87cbc" [[package]] org = "ballerina" From fa4526efd31b9ae0464bc0fc962a6df848fc51bb Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Thu, 21 Nov 2024 16:28:25 +0530 Subject: [PATCH 2/2] Update lang timestamp version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5d420222..a2c74dec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.7.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 slf4jVersion=1.7.30