From be691d0dab88e262e2557ff5608f609b090fcfba Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 9 Aug 2024 09:46:38 +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 67ff5929..83528277 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "jwt" -version = "3.0.0" +version = "2.13.0" authors = ["Ballerina"] keywords = ["security", "authentication", "jwt", "jwk", "jws"] repository = "https://github.com/ballerina-platform/module-ballerina-jwt" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "jwt-native" -version = "3.0.0" -path = "../native/build/libs/jwt-native-3.0.0-SNAPSHOT.jar" +version = "2.13.0" +path = "../native/build/libs/jwt-native-2.13.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 7bbe9f70..384871bb 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -44,7 +44,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -64,7 +64,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "3.0.0" +version = "2.13.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, From 8e4b8c65c16c1546032d7e1bbaaac1654f8294fd Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 9 Aug 2024 09:48:38 +0530 Subject: [PATCH 2/2] Revert JWT major version bump and update to next minor version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8c7d55d8..9c84af5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=3.0.0-SNAPSHOT +version=2.13.0-SNAPSHOT puppycrawlCheckstyleVersion=10.12.0 ballerinaGradlePluginVersion=2.0.1