From 09e98fef246f4fd9b2aee0c184d86975da57422d Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:27:44 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 10 +++++----- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f60a995..136b304 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "os" -version = "1.9.0" +version = "1.9.1" authors = ["Ballerina"] keywords = ["environment"] repository = "https://github.com/ballerina-platform/module-ballerina-os" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "os-native" -version = "1.9.0" -path = "../native/build/libs/os-native-1.9.0.jar" +version = "1.9.1" +path = "../native/build/libs/os-native-1.9.1-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" @@ -27,5 +27,5 @@ path = "./lib/io-native-1.7.0.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "os-test-utils" -version = "1.9.0" -path = "../test-utils/build/libs/os-test-utils-1.9.0.jar" +version = "1.9.1" +path = "../test-utils/build/libs/os-test-utils-1.9.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index de12f6d..3605464 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0" +distribution-version = "2201.12.0-20250228-201300-8d411a0f" [[package]] org = "ballerina" @@ -73,7 +73,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.9.0" +version = "1.9.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From 3f24e0516905f604d8b5f2ac4ef87d08f83f9018 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:27:45 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 94b6709..bb84260 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,5 +9,5 @@ downloadPluginVersion=5.4.0 releasePluginVersion=2.8.0 checkstylePluginVersion=10.12.0 -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f stdlibIoVersion=1.7.0