From 0e1302c5543bd56c8a95d7bef1c518fb87e6176a Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:40:16 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6e8a79b6..e6470840 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "tcp" -version = "1.12.1" +version = "1.12.2" authors = ["Ballerina"] keywords = ["network", "socket", "service", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-tcp" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "tcp-native" -version = "1.12.1" -path = "../native/build/libs/tcp-native-1.12.1.jar" +version = "1.12.2" +path = "../native/build/libs/tcp-native-1.12.2-SNAPSHOT.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.12.1.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.12.2-SNAPSHOT.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 4071cc7f..4c7b5beb 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.12.1.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.12.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ce10c866..2c8300a7 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" @@ -99,7 +99,7 @@ dependencies = [ [[package]] org = "ballerina" name = "tcp" -version = "1.12.1" +version = "1.12.2" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "io"}, From 80f550b911d51a796fd1ae03be9ed11642ba1010 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:41:17 +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 ace744f3..a74b93d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.12.2-SNAPSHOT -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18