Skip to content

Commit 337d332

Browse files
[Automated] Update the native jar versions
1 parent 36b87f7 commit 337d332

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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.10.1"
4+
version = "1.11.0"
55

ballerina-tests/Dependencies.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ 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
]
@@ -67,7 +67,7 @@ modules = [
6767
[[package]]
6868
org = "ballerina"
6969
name = "graphql"
70-
version = "1.10.1"
70+
version = "1.11.0"
7171
dependencies = [
7272
{org = "ballerina", name = "auth"},
7373
{org = "ballerina", name = "cache"},
@@ -98,7 +98,7 @@ modules = [
9898
[[package]]
9999
org = "ballerina"
100100
name = "graphql_tests"
101-
version = "1.10.1"
101+
version = "1.11.0"
102102
dependencies = [
103103
{org = "ballerina", name = "constraint"},
104104
{org = "ballerina", name = "file"},

ballerina/Ballerina.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "graphql"
4-
version = "1.10.1"
4+
version = "1.11.0"
55
authors = ["Ballerina"]
66
export=["graphql", "graphql.subgraph", "graphql.dataloader"]
77
keywords = ["gql", "network", "query", "service"]
@@ -16,11 +16,11 @@ graalvmCompatible = true
1616
[[platform.java17.dependency]]
1717
groupId = "io.ballerina.stdlib"
1818
artifactId = "graphql-native"
19-
version = "1.10.1"
20-
path = "../native/build/libs/graphql-native-1.10.1-SNAPSHOT.jar"
19+
version = "1.11.0"
20+
path = "../native/build/libs/graphql-native-1.11.0-SNAPSHOT.jar"
2121

2222
[[platform.java17.dependency]]
2323
groupId = "io.ballerina.stdlib"
2424
artifactId = "graphql-commons"
25-
version = "1.10.1"
26-
path = "../commons/build/libs/graphql-commons-1.10.1-SNAPSHOT.jar"
25+
version = "1.11.0"
26+
path = "../commons/build/libs/graphql-commons-1.11.0-SNAPSHOT.jar"

ballerina/CompilerPlugin.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "graphql-compiler-plugin"
33
class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.10.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.0-SNAPSHOT.jar"
77

88
[[dependency]]
9-
path = "../commons/build/libs/graphql-commons-1.10.1-SNAPSHOT.jar"
9+
path = "../commons/build/libs/graphql-commons-1.11.0-SNAPSHOT.jar"

ballerina/Dependencies.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ modules = [
3939
[[package]]
4040
org = "ballerina"
4141
name = "constraint"
42-
version = "1.4.0"
42+
version = "1.5.0"
4343
dependencies = [
4444
{org = "ballerina", name = "jballerina.java"}
4545
]
@@ -73,7 +73,7 @@ modules = [
7373
[[package]]
7474
org = "ballerina"
7575
name = "graphql"
76-
version = "1.10.1"
76+
version = "1.11.0"
7777
dependencies = [
7878
{org = "ballerina", name = "auth"},
7979
{org = "ballerina", name = "cache"},

0 commit comments

Comments
 (0)