From bb3a4a21213e8e833e2a2e8785c2cbd130a6793f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 20 Dec 2021 23:59:57 +0530 Subject: [PATCH 1/2] [Automated] Update dependencies --- gradle.properties | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gradle.properties b/gradle.properties index b42797d6..9123a42b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,23 +14,23 @@ researchgateReleaseVersion=2.8.0 testngVersion=7.4.0 ballerinaGradlePluginVersion=0.14.1 -ballerinaLangVersion=2.0.0-beta.6 +ballerinaLangVersion=2201.0.0-20211220-171700-44f9bf90 -stdlibIoVersion=1.1.0 -stdlibRegexVersion=1.1.0 -stdlibOsVersion=1.1.0 -stdlibTimeVersion=2.1.0 -stdlibLogVersion=2.1.0 -stdlibFileVersion=1.1.0 +stdlibIoVersion=1.2.0-20211220-220100-80a0dc6 +stdlibRegexVersion=1.2.0-20211220-220100-7c73a1e +stdlibOsVersion=1.2.0-20211220-220700-430417e +stdlibTimeVersion=2.2.0-20211220-220200-109c13b +stdlibLogVersion=2.2.0-20211220-221200-a404414 +stdlibFileVersion=1.2.0-20211220-222100-31c6bda -stdlibTransactionVersion=1.0.17 -stdlibTaskVersion=2.1.0 -stdlibCryptoVersion=2.1.0 -stdlibUuidVersion=1.1.0 -stdlibCacheVersion=3.1.0 -stdlibMimeVersion=2.1.0 -stdlibAuthVersion=2.1.0 -stdlibJwtVersion=2.1.0 -stdlibOAuth2Version=2.1.0 -stdlibUrlVersion=2.1.0 -stdlibHttpVersion=2.1.0 +stdlibTransactionVersion=1.0.18-20211220-235700-5aa3a87 +stdlibTaskVersion=2.2.0-20211220-221200-c0e7206 +stdlibCryptoVersion=2.2.0-20211220-220700-e50ae77 +stdlibUuidVersion=1.2.0-20211220-222100-c4c3b7c +stdlibCacheVersion=3.2.0-20211220-222100-01bd0d3 +stdlibMimeVersion=2.2.0-20211220-222200-7bd9f71 +stdlibAuthVersion=2.2.0-20211220-223000-1af96b8 +stdlibJwtVersion=2.2.0-20211220-223000-983c6e9 +stdlibOAuth2Version=2.2.0-20211220-223400-fe41bb8 +stdlibUrlVersion=2.2.0-20211220-220200-b745b3d +stdlibHttpVersion=2.2.0-20211220-231000-bd0a791 From f88d530aff610a4923cd8e27fbc9f844afea33a2 Mon Sep 17 00:00:00 2001 From: niveathika Date: Tue, 21 Dec 2021 00:02:37 +0530 Subject: [PATCH 2/2] [Automated] Update native jar versions in toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 34 +++++++++++++++++----------------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 5357ae6f..2ce1e574 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "sql" -version = "1.2.0" +version = "1.2.1" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS"] repository = "https://github.com/ballerina-platform/module-ballerina-sql" @@ -9,10 +9,10 @@ license = ["Apache-2.0"] distribution = "slbeta6" [[platform.java11.dependency]] -path = "../native/build/libs/sql-native-1.2.0.jar" +path = "../native/build/libs/sql-native-1.2.1-SNAPSHOT.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/sql-test-utils-1.2.0.jar" +path = "../test-utils/build/libs/sql-test-utils-1.2.1-SNAPSHOT.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index b0b7f276..adaf9653 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "sql-compiler-plugin" class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.2.0.jar" +path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.2.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8b71a101..1bd4995b 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -9,7 +9,7 @@ dependencies-toml-version = "2" [[package]] org = "ballerina" name = "auth" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"}, @@ -23,7 +23,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.1.0" +version = "3.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -34,7 +34,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -44,7 +44,7 @@ dependencies = [ [[package]] org = "ballerina" name = "file" -version = "1.1.0" +version = "1.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -60,7 +60,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -88,7 +88,7 @@ dependencies = [ [[package]] org = "ballerina" name = "io" -version = "1.1.0" +version = "1.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -108,7 +108,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -214,7 +214,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -226,7 +226,7 @@ dependencies = [ [[package]] org = "ballerina" name = "mime" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "io"}, @@ -237,7 +237,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "cache"}, @@ -259,7 +259,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.1.0" +version = "1.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -268,7 +268,7 @@ dependencies = [ [[package]] org = "ballerina" name = "regex" -version = "1.1.0" +version = "1.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -277,7 +277,7 @@ dependencies = [ [[package]] org = "ballerina" name = "sql" -version = "1.2.0" +version = "1.2.1" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "io"}, @@ -297,7 +297,7 @@ modules = [ [[package]] org = "ballerina" name = "task" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -319,7 +319,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.1.0" +version = "2.2.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -330,7 +330,7 @@ modules = [ [[package]] org = "ballerina" name = "url" -version = "2.1.0" +version = "2.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} @@ -339,7 +339,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.1.0" +version = "1.2.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "crypto"},