From 490bb5cf01771b657a4180bb725e4aa6e09e8cf9 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:56:44 +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 f14b69db..2e45bb38 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "oauth2" -version = "2.13.0" +version = "2.13.1" authors = ["Ballerina"] keywords = ["security", "authorization", "introspection"] repository = "https://github.com/ballerina-platform/module-ballerina-oauth2" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "oauth2-native" -version = "2.13.0" -path = "../native/build/libs/oauth2-native-2.13.0.jar" +version = "2.13.1" +path = "../native/build/libs/oauth2-native-2.13.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 5113bfb4..679755ab 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-201300-8d411a0f" [[package]] org = "ballerina" @@ -130,7 +130,7 @@ modules = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.13.0" +version = "2.13.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, From d6921b92d5188e49ad5ed3dee67e45c5afd1d8cf Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 3 Mar 2025 11:57:11 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 96dd7ffa..a14e7afe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.13.1-SNAPSHOT -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18