From 625557377f1e1d54366c2d2582e8bc6564d4103e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 13 May 2024 04:14:22 +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 9c442d13..cb523a47 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.1" -path = "../native/build/libs/crypto-native-2.7.1-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.7.1.jar" [[platform.java17.dependency]] groupId = "org.bouncycastle"