From c569c54abed547b33f73af6e6c6b0f6118caa282 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Nov 2025 02:49:16 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ec6309aa..2b9568ce 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -32,14 +32,11 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.2" +version = "2.9.1" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} ] -modules = [ - {org = "ballerina", packageName = "crypto", moduleName = "crypto"} -] [[package]] org = "ballerina" @@ -141,12 +138,10 @@ name = "oauth2" version = "2.15.0" dependencies = [ {org = "ballerina", name = "cache"}, - {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.runtime"}, {org = "ballerina", name = "log"}, {org = "ballerina", name = "test"}, - {org = "ballerina", name = "time"}, {org = "ballerina", name = "url"} ] modules = [ @@ -156,7 +151,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.1" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -188,13 +183,10 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.7.0" +version = "2.8.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] -modules = [ - {org = "ballerina", packageName = "time", moduleName = "time"} -] [[package]] org = "ballerina" From 9c3be9e4116e67a4ee3a96073a0b51ece5bd503e Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Nov 2025 02:49:21 +0000 Subject: [PATCH 2/5] Move dependencies to stable versions --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 0536ba63..783cb0dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=2.15.0-SNAPSHOT -ballerinaLangVersion=2201.13.0-20251015-051600-27035519 +ballerinaLangVersion=2201.13.0 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18 @@ -13,13 +13,13 @@ ballerinaGradlePluginVersion=2.3.0 # Dependencies # Level 01 stdlibIoVersion=1.8.0 -stdlibTimeVersion=2.8.0-20251015-144800-cc738de +stdlibTimeVersion=2.8.0 stdlibUrlVersion=2.6.0 stdlibUuidVersion=1.10.0 # Level 02 stdlibConstraintVersion=1.7.0 -stdlibCryptoVersion=2.9.1-20250925-191400-cd7bbcf +stdlibCryptoVersion=2.9.1 stdlibLogVersion=2.13.0 stdlibTaskVersion=2.11.0 From 1a07d88fd99f06c494ddc633f9cadf9a8a20e83d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Nov 2025 02:54:49 +0000 Subject: [PATCH 3/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6f449e29..e200d9a2 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,4 +16,4 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "oauth2-native" version = "2.15.0" -path = "../native/build/libs/oauth2-native-2.15.0-SNAPSHOT.jar" +path = "../native/build/libs/oauth2-native-2.15.0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2b9568ce..95bbdc1e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.13.0-20251015-051600-27035519" +distribution-version = "2201.13.0" [[package]] org = "ballerina" @@ -37,6 +37,9 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} ] +modules = [ + {org = "ballerina", packageName = "crypto", moduleName = "crypto"} +] [[package]] org = "ballerina" @@ -138,10 +141,12 @@ name = "oauth2" version = "2.15.0" dependencies = [ {org = "ballerina", name = "cache"}, + {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.runtime"}, {org = "ballerina", name = "log"}, {org = "ballerina", name = "test"}, + {org = "ballerina", name = "time"}, {org = "ballerina", name = "url"} ] modules = [ @@ -187,6 +192,9 @@ version = "2.8.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] +modules = [ + {org = "ballerina", packageName = "time", moduleName = "time"} +] [[package]] org = "ballerina" From 6b527ccb42d9f36cf88543f6beabcaa6c7c139d9 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Nov 2025 02:54:49 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - pre tag commit: 'v2.15.0'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 783cb0dc..71a046c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.15.0-SNAPSHOT +version=2.15.0 ballerinaLangVersion=2201.13.0 checkstylePluginVersion=10.12.0 From 6c918d453991ebf6074885d65e5b91b2c7b939e3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 6 Nov 2025 02:54:50 +0000 Subject: [PATCH 5/5] [Gradle Release Plugin] - new version commit: 'v2.15.1-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 71a046c5..291a1851 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.15.0 +version=2.15.1-SNAPSHOT ballerinaLangVersion=2201.13.0 checkstylePluginVersion=10.12.0