diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 9e0354c76..825884ea9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -14,10 +14,10 @@ export = ["grpc", "grpc.types.duration", "grpc.types.struct", "grpc.types.timest groupId = "io.ballerina.stdlib" artifactId = "grpc-native" version = "1.5.2" -path = "../native/build/libs/grpc-native-1.5.2-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.5.2.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.5.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.5.2.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index a6600a946..326a5b2f2 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "grpc-compiler-plugin" class = "io.ballerina.stdlib.grpc.plugin.GrpcCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.5.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.5.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1bf7bf629..1090d676f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -36,7 +36,7 @@ dependencies = [ [[package]] org = "ballerina" name = "constraint" -version = "1.0.1" +version = "1.0.2" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -184,7 +184,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.5.0" +version = "2.5.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -213,7 +213,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.0.5" +version = "1.0.6" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -239,7 +239,7 @@ modules = [ [[package]] org = "ballerina" name = "regex" -version = "1.3.1" +version = "1.3.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.string"}