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 Feb 20, 2023
1 parent c833ed7 commit 3665afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name = "websub_tests"
version = "2.6.0"

[[platform.java11.dependency]]
path = "../native/build/libs/websub-native-2.6.0-SNAPSHOT.jar"
path = "../native/build/libs/websub-native-2.6.0.jar"
5 changes: 2 additions & 3 deletions ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.5"
version = "1.0.6"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -265,7 +265,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.3.1"
version = "1.3.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -346,4 +346,3 @@ modules = [
{org = "ballerina", packageName = "websub_tests", moduleName = "websub_tests"}
]


0 comments on commit 3665afd

Please sign in to comment.