diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 8554cb01..7275ecbf 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -13,10 +13,10 @@ distribution = "2201.3.0" groupId = "io.ballerina.stdlib" artifactId = "tcp-native" version = "1.5.2" -path = "../native/build/libs/tcp-native-1.5.2-SNAPSHOT.jar" +path = "../native/build/libs/tcp-native-1.5.2.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.5.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.5.2.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 657db6d9..51d0d0c0 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.5.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.5.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 49957fd5..f34310de 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -9,7 +9,7 @@ dependencies-toml-version = "2" [[package]] org = "ballerina" name = "crypto" -version = "2.3.0" +version = "2.3.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -90,7 +90,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.3" +version = "2.2.5" dependencies = [ {org = "ballerina", name = "jballerina.java"} ]