From 4a11ff92ab626348087413ec9a5a56809f941322 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 15 Sep 2023 10:17:48 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e21f614..a7b1eb1 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -17,7 +17,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "protobuf-native" version = "1.6.0" -path = "../native/build/libs/protobuf-native-1.6.0-SNAPSHOT.jar" +path = "../native/build/libs/protobuf-native-1.6.0.jar" [[platform.java17.dependency]] path = "./lib/protobuf-java-3.20.3.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1080207..d066b7a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0-20230908-135700-74a59dff" +distribution-version = "2201.8.0" [[package]] org = "ballerina"