From dfedf115e1865d01bbd73106c1953a3798027b71 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 30 May 2024 15:05:49 +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 6d54abe..0ea61d0 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.7.2" -path = "../native/build/libs/crypto-native-2.7.2-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.7.2.jar" [[platform.java17.dependency]] groupId = "org.bouncycastle"