From b137d707ef7e61f73c4bc30d95d0669d402306c6 Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Tue, 23 Dec 2025 10:38:19 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 4bf48e46..89029446 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "crypto" -version = "2.10.0" +version = "2.10.1" authors = ["Ballerina"] keywords = ["security", "hash", "hmac", "sign", "encrypt", "decrypt", "private key", "public key"] repository = "https://github.com/ballerina-platform/module-ballerina-crypto" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "crypto-native" -version = "2.10.0" -path = "../native/build/libs/crypto-native-2.10.0.jar" +version = "2.10.1" +path = "../native/build/libs/crypto-native-2.10.1-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "org.bouncycastle" From 72916c3f7b716316aa2f3393edea7744739ece82 Mon Sep 17 00:00:00 2001 From: chiranSachintha Date: Tue, 23 Dec 2025 10:38:32 +0530 Subject: [PATCH 2/2] Update `CompilerPlugin` toml --- ballerina/CompilerPlugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6511409d..a9973805 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "crypto-compiler-plugin" class = "io.ballerina.stdlib.crypto.compiler.CryptoCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.0.jar" +path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.10.1-SNAPSHOT.jar"