From 12b725a99872f6a928c907f43c8706ceda93b7d5 Mon Sep 17 00:00:00 2001 From: Dilan Perera <39415471+RDPerera@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:05:39 +0530 Subject: [PATCH 1/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e6a3896d..44b6169e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.9.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc checkstyleToolVersion=10.12.0 puppycrawlCheckstyleVersion=10.12.0 From 35edeef43d35c732ecba071e04e888421fe6dc25 Mon Sep 17 00:00:00 2001 From: Dilan Perera <39415471+RDPerera@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:07:12 +0530 Subject: [PATCH 2/2] Update Ballerina.toml --- 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 9d6295be..6a5fba10 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["xml", "json"] repository = "https://github.com/ballerina-platform/module-ballerina-xmldata" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.10.0" +distribution = "2201.11.0" [platform.java21] graalvmCompatible = true