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"}, 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