diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e3da380da..cb5b01513 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,10 +17,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "grpc-native" version = "1.11.2" -path = "../native/build/libs/grpc-native-1.11.2-SNAPSHOT.jar" +path = "../native/build/libs/grpc-native-1.11.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/grpc-test-utils-1.11.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/grpc-test-utils-1.11.2.jar" scope = "testOnly" [[platform.java17.dependency]] @@ -151,8 +151,8 @@ path = "./lib/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar" [[platform.java17.dependency]] groupId = "com.google.protobuf" artifactId = "protobuf-java" -version = "3.20.3" -path = "./lib/protobuf-java-3.20.3.jar" +version = "3.25.5" +path = "./lib/protobuf-java-3.25.5.jar" [[platform.java17.dependency]] groupId = "com.google.api.grpc" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f4e07bf97..233db0448 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.11.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/grpc-compiler-plugin-1.11.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8afdd1776..07ad50377 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.9.0" [[package]] org = "ballerina" name = "auth" -version = "2.11.1" +version = "2.11.2" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -94,7 +94,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.11.3" +version = "2.11.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -307,7 +307,7 @@ dependencies = [ [[package]] org = "ballerina" name = "protobuf" -version = "1.6.0" +version = "1.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} diff --git a/gradle.properties b/gradle.properties index 2285fc0b7..bbbdfd18a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.2-SNAPSHOT +version=1.11.3-SNAPSHOT #dependency versions ballerinaLangVersion=2201.9.0 ballerinaTomlParserVersion=1.2.2