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
DimuthuMadushan committed Feb 22, 2022
1 parent e453211 commit 5e9d143
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -115,7 +115,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.2.0"
version = "1.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -135,7 +135,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -252,7 +252,7 @@ modules = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -315,15 +315,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.0"
version = "2.2.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit 5e9d143

Please sign in to comment.