From 0e6efe0deaa63861cd1b960a0bb54bf9e9ba9110 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 15:39:40 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 20 ++++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 51ca2a4c..fd29389f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,9 +1,9 @@ [package] org = "ballerinax" name = "mssql" -version = "1.16.1" +version = "1.16.2" authors = ["Ballerina"] -keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL"] +keywords = ["client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL", "Vendor/Microsoft", "Area/Database", "Type/Connector"] repository = "https://github.com/ballerina-platform/module-ballerinax-mssql" icon = "icon.png" license = ["Apache-2.0"] @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mssql-native" -version = "1.16.1" -path = "../native/build/libs/mssql-native-1.16.1.jar" +version = "1.16.2" +path = "../native/build/libs/mssql-native-1.16.2-SNAPSHOT.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e359004d..c099577a 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mssql-compiler-plugin" class = "io.ballerina.stdlib.mssql.compiler.MSSQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.16.1.jar" +path = "../compiler-plugin/build/libs/mssql-compiler-plugin-1.16.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index f4ed99b8..3664e668 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.9.0" +version = "2.9.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -56,7 +56,7 @@ modules = [ [[package]] org = "ballerina" name = "data.jsondata" -version = "1.1.0" +version = "1.1.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.object"} @@ -80,7 +80,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.14.0" +version = "2.14.8" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -127,7 +127,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.15.0" +version = "2.15.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -260,7 +260,7 @@ dependencies = [ [[package]] org = "ballerina" name = "mime" -version = "2.12.0" +version = "2.12.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -272,7 +272,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.14.0" +version = "2.14.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -286,7 +286,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.0" +version = "1.5.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -294,7 +294,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.10.0" +version = "1.10.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -353,7 +353,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.6.0" +version = "2.6.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -419,7 +419,7 @@ modules = [ [[package]] org = "ballerinax" name = "mssql" -version = "1.16.1" +version = "1.16.2" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, From 3baf1c5bc738a4cf5c9952cd190fa88f970fb215 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Thu, 11 Dec 2025 15:39:41 +0530 Subject: [PATCH 2/2] Update files --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index a6b229d5..871e291d 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -3,7 +3,7 @@ org = "ballerinax" name = "mssql" version = "@toml.version@" authors = ["Ballerina"] -keywords = ["database", "client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL"] +keywords = ["client", "network", "SQL", "RDBMS", "SQLServer", "MSSQL", "Vendor/Microsoft", "Area/Database", "Type/Connector"] repository = "https://github.com/ballerina-platform/module-ballerinax-mssql" icon = "icon.png" license = ["Apache-2.0"]