Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Jan 28, 2022
1 parent 512de89 commit 64d1ee1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ distribution = "2201.0.0"
path = "../native/build/libs/websocket-native-2.2.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "./lib/http-native-2.2.0-20220118-023900-0631b7f.jar"
path = "./lib/http-native-2.2.0-20220127-134200-794c3e4.jar"

[[platform.java11.dependency]]
path = "./lib/mime-native-2.2.0-20220118-015700-4eae417.jar"
path = "./lib/mime-native-2.2.0-20220127-003000-a2508f7.jar"

[[platform.java11.dependency]]
path = "./lib/netty-common-4.1.71.Final.jar"
Expand Down
25 changes: 25 additions & 0 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
]
modules = [
{org = "ballerina", packageName = "io", moduleName = "io"}
]

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -167,6 +170,9 @@ version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "lang.runtime", moduleName = "lang.runtime"}
]

[[package]]
org = "ballerina"
Expand All @@ -175,6 +181,9 @@ version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "lang.string", moduleName = "lang.string"}
]

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -262,6 +271,18 @@ dependencies = [
{org = "ballerina", name = "time"}
]

[[package]]
org = "ballerina"
name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
]

[[package]]
org = "ballerina"
name = "time"
Expand All @@ -288,13 +309,17 @@ version = "2.2.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "jwt"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.runtime"},
{org = "ballerina", name = "lang.string"},
{org = "ballerina", name = "lang.value"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "oauth2"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "test"},
{org = "ballerina", name = "time"}
]
modules = [
Expand Down

0 comments on commit 64d1ee1

Please sign in to comment.