Skip to content

Commit 043f9f6

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

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

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.11.0"
4+
version = "1.11.1"
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.11.0"
20-
path = "../native/build/libs/graphql-native-1.11.0.jar"
19+
version = "1.11.1"
20+
path = "../native/build/libs/graphql-native-1.11.1-SNAPSHOT.jar"
2121

2222
[[platform.java17.dependency]]
2323
groupId = "io.ballerina.stdlib"
2424
artifactId = "graphql-commons"
25-
version = "1.11.0"
26-
path = "../commons/build/libs/graphql-commons-1.11.0.jar"
25+
version = "1.11.1"
26+
path = "../commons/build/libs/graphql-commons-1.11.1-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.11.0.jar"
6+
path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1-SNAPSHOT.jar"
77

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

ballerina/Dependencies.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ modules = [
2525
[[package]]
2626
org = "ballerina"
2727
name = "cache"
28-
version = "3.7.0"
28+
version = "3.7.1"
2929
dependencies = [
3030
{org = "ballerina", name = "constraint"},
3131
{org = "ballerina", name = "jballerina.java"},
@@ -73,7 +73,7 @@ modules = [
7373
[[package]]
7474
org = "ballerina"
7575
name = "graphql"
76-
version = "1.11.0"
76+
version = "1.11.1"
7777
dependencies = [
7878
{org = "ballerina", name = "auth"},
7979
{org = "ballerina", name = "cache"},
@@ -105,7 +105,7 @@ modules = [
105105
[[package]]
106106
org = "ballerina"
107107
name = "http"
108-
version = "2.10.0"
108+
version = "2.10.7"
109109
dependencies = [
110110
{org = "ballerina", name = "auth"},
111111
{org = "ballerina", name = "cache"},
@@ -309,7 +309,7 @@ modules = [
309309
[[package]]
310310
org = "ballerina"
311311
name = "observe"
312-
version = "1.2.0"
312+
version = "1.2.2"
313313
dependencies = [
314314
{org = "ballerina", name = "jballerina.java"}
315315
]
@@ -384,7 +384,7 @@ modules = [
384384
[[package]]
385385
org = "ballerina"
386386
name = "websocket"
387-
version = "2.10.0"
387+
version = "2.10.1"
388388
dependencies = [
389389
{org = "ballerina", name = "auth"},
390390
{org = "ballerina", name = "constraint"},

0 commit comments

Comments
 (0)