From 6437c760d32f1a1a4f510b93daf0544172c379b7 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 8 Dec 2023 04:07:23 +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 33481ac7..64c530d3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.6.0" -path = "../native/build/libs/crypto-native-2.6.0-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.6.0.jar" [[platform.java17.dependency]] groupId = "org.bouncycastle"