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 Jun 1, 2023
1 parent 3151b74 commit 4fa2cd2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ modules = [
[[package]]
org = "ballerina"
name = "file"
version = "1.7.1"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
{org = "ballerina", name = "os"},
{org = "ballerina", name = "regex"},
{org = "ballerina", name = "time"}
]
modules = [
Expand All @@ -40,7 +42,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -82,7 +84,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -114,7 +116,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.4.3"
version = "1.4.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.string"}
Expand Down

0 comments on commit 4fa2cd2

Please sign in to comment.