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 Apr 10, 2023
1 parent 19ad546 commit 075ef20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[package]
org = "ballerinax"
name = "nats_tests"
version = "2.6.0"
version = "2.7.0"
11 changes: 6 additions & 5 deletions ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -78,7 +79,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.6.0"
version = "2.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -93,7 +94,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.6"
version = "1.0.7"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -114,7 +115,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.3"
version = "2.2.4"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -133,7 +134,7 @@ dependencies = [
[[package]]
org = "ballerinax"
name = "nats"
version = "2.6.0"
version = "2.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -147,7 +148,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "nats_tests"
version = "2.6.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "lang.runtime"},
{org = "ballerina", name = "lang.string"},
Expand Down

0 comments on commit 075ef20

Please sign in to comment.