Skip to content

Commit 0e00ed9

Browse files
[Automated] Update the native jar versions
1 parent 2069368 commit 0e00ed9

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

ballerina-tests/Ballerina.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
22
org = "ballerina"
33
name = "graphql_tests"
4-
version = "1.11.0"
4+
version = "1.11.1"
55

ballerina-tests/Dependencies.toml

+11-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
[[package]]
2323
org = "ballerina"
2424
name = "cache"
25-
version = "3.7.0"
25+
version = "3.7.1"
2626
dependencies = [
2727
{org = "ballerina", name = "constraint"},
2828
{org = "ballerina", name = "jballerina.java"},
@@ -33,10 +33,13 @@ dependencies = [
3333
[[package]]
3434
org = "ballerina"
3535
name = "constraint"
36-
version = "1.4.0"
36+
version = "1.5.0"
3737
dependencies = [
3838
{org = "ballerina", name = "jballerina.java"}
3939
]
40+
modules = [
41+
{org = "ballerina", packageName = "constraint", moduleName = "constraint"}
42+
]
4043

4144
[[package]]
4245
org = "ballerina"
@@ -64,7 +67,7 @@ modules = [
6467
[[package]]
6568
org = "ballerina"
6669
name = "graphql"
67-
version = "1.11.0"
70+
version = "1.11.1"
6871
dependencies = [
6972
{org = "ballerina", name = "auth"},
7073
{org = "ballerina", name = "cache"},
@@ -95,8 +98,9 @@ modules = [
9598
[[package]]
9699
org = "ballerina"
97100
name = "graphql_tests"
98-
version = "1.11.0"
101+
version = "1.11.1"
99102
dependencies = [
103+
{org = "ballerina", name = "constraint"},
100104
{org = "ballerina", name = "file"},
101105
{org = "ballerina", name = "graphql"},
102106
{org = "ballerina", name = "http"},
@@ -117,7 +121,7 @@ modules = [
117121
[[package]]
118122
org = "ballerina"
119123
name = "http"
120-
version = "2.10.0"
124+
version = "2.10.7"
121125
dependencies = [
122126
{org = "ballerina", name = "auth"},
123127
{org = "ballerina", name = "cache"},
@@ -309,7 +313,7 @@ dependencies = [
309313
[[package]]
310314
org = "ballerina"
311315
name = "observe"
312-
version = "1.2.0"
316+
version = "1.2.2"
313317
dependencies = [
314318
{org = "ballerina", name = "jballerina.java"}
315319
]
@@ -381,7 +385,7 @@ modules = [
381385
[[package]]
382386
org = "ballerina"
383387
name = "websocket"
384-
version = "2.10.0"
388+
version = "2.10.1"
385389
dependencies = [
386390
{org = "ballerina", name = "auth"},
387391
{org = "ballerina", name = "constraint"},

0 commit comments

Comments
 (0)