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
niveathika committed Mar 14, 2023
1 parent 172a48e commit b857cc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -258,14 +258,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.6.0"
version = "2.6.1"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "time"}
{org = "ballerina", name = "time"},
{org = "ballerina", name = "url"}
]

[[package]]
Expand Down Expand Up @@ -391,7 +392,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.7.0"
version = "1.7.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand Down

0 comments on commit b857cc2

Please sign in to comment.