Skip to content

Commit

Permalink
Merge pull request #471 from ballerina-platform/automated/dependency_…
Browse files Browse the repository at this point in the history
…version_update

[AUTO MERGE] Update Dependencies (Ballerina Lang : 2201.0.0-20211220-171700-44f9bf90)
  • Loading branch information
ballerina-bot authored Dec 20, 2021
2 parents 02b3e92 + f88d530 commit 905486a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[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"
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]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
34 changes: 17 additions & 17 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand Down Expand Up @@ -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"}
Expand All @@ -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"},
Expand Down Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"}
Expand All @@ -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"}
Expand All @@ -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"},
Expand All @@ -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"},
Expand All @@ -319,7 +319,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.1.0"
version = "2.2.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -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"}
Expand All @@ -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"},
Expand Down
36 changes: 18 additions & 18 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 905486a

Please sign in to comment.