From bc6dc30226d94679a578f222b7619447606bb775 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Oct 2022 08:45:03 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 59ace08..765f98d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -14,7 +14,7 @@ export = ["protobuf", "protobuf.types.any", "protobuf.types.duration", "protobuf groupId = "io.ballerina.stdlib" artifactId = "protobuf-native" version = "1.3.1" -path = "../native/build/libs/protobuf-native-1.3.1-SNAPSHOT.jar" +path = "../native/build/libs/protobuf-native-1.3.1.jar" [[platform.java11.dependency]] path = "./lib/protobuf-java-3.20.3.jar"