From 964cfc138d0f3af7fb5a772f69b312c15fc1aba2 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Fri, 28 Feb 2025 15:42:22 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 1512bdf5..d5f5252e 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "jwt" -version = "2.14.0" +version = "2.14.1" authors = ["Ballerina"] keywords = ["security", "authentication", "jwt", "jwk", "jws"] repository = "https://github.com/ballerina-platform/module-ballerina-jwt" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "jwt-native" -version = "2.14.0" -path = "../native/build/libs/jwt-native-2.14.0.jar" +version = "2.14.1" +path = "../native/build/libs/jwt-native-2.14.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1176ebef..78114e13 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0" +distribution-version = "2201.12.0-20250228-115200-f38db343" [[package]] org = "ballerina" @@ -64,7 +64,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.14.0" +version = "2.14.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, From 95643ef7f8ac9bcb1922d9505fc53efeb78e8011 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Fri, 28 Feb 2025 15:42:49 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250228-115200-f38db343 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4b39878b..5a5d2489 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.14.1-SNAPSHOT -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-115200-f38db343 checkstylePluginVersion=10.12.0 ballerinaGradlePluginVersion=2.3.0