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 Sep 15, 2023
1 parent 191c7b4 commit 49927e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ballerina-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
org = "ballerina"
name = "websub_tests"
version = "2.9.1"
version = "2.9.2"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
path = "../native/build/libs/websub-native-2.9.1.jar"
path = "../native/build/libs/websub-native-2.9.2.jar"
4 changes: 2 additions & 2 deletions ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "websub"
version = "2.9.1"
version = "2.9.2"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -336,7 +336,7 @@ modules = [
[[package]]
org = "ballerina"
name = "websub_tests"
version = "2.9.1"
version = "2.9.2"
dependencies = [
{org = "ballerina", name = "test"},
{org = "ballerina", name = "websub"}
Expand Down

0 comments on commit 49927e5

Please sign in to comment.