Skip to content

Commit d1ba32b

Browse files
committed
[Automated] Update the native jar versions
1 parent e79f92a commit d1ba32b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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.13.3"
4+
version = "1.13.4"
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.13.3"
20-
path = "../native/build/libs/graphql-native-1.13.3.jar"
19+
version = "1.13.4"
20+
path = "../native/build/libs/graphql-native-1.13.4-SNAPSHOT.jar"
2121

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

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

ballerina/Dependencies.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.9.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "auth"
13-
version = "2.11.0"
13+
version = "2.11.2"
1414
dependencies = [
1515
{org = "ballerina", name = "crypto"},
1616
{org = "ballerina", name = "jballerina.java"},
@@ -47,7 +47,7 @@ dependencies = [
4747
[[package]]
4848
org = "ballerina"
4949
name = "crypto"
50-
version = "2.7.0"
50+
version = "2.7.2"
5151
dependencies = [
5252
{org = "ballerina", name = "jballerina.java"},
5353
{org = "ballerina", name = "time"}
@@ -73,7 +73,7 @@ modules = [
7373
[[package]]
7474
org = "ballerina"
7575
name = "graphql"
76-
version = "1.13.3"
76+
version = "1.13.4"
7777
dependencies = [
7878
{org = "ballerina", name = "auth"},
7979
{org = "ballerina", name = "cache"},
@@ -106,7 +106,7 @@ modules = [
106106
[[package]]
107107
org = "ballerina"
108108
name = "http"
109-
version = "2.11.0"
109+
version = "2.11.9"
110110
dependencies = [
111111
{org = "ballerina", name = "auth"},
112112
{org = "ballerina", name = "cache"},
@@ -138,7 +138,7 @@ modules = [
138138
[[package]]
139139
org = "ballerina"
140140
name = "io"
141-
version = "1.6.0"
141+
version = "1.6.3"
142142
dependencies = [
143143
{org = "ballerina", name = "jballerina.java"},
144144
{org = "ballerina", name = "lang.value"}
@@ -390,7 +390,7 @@ modules = [
390390
[[package]]
391391
org = "ballerina"
392392
name = "websocket"
393-
version = "2.11.0"
393+
version = "2.11.2"
394394
dependencies = [
395395
{org = "ballerina", name = "auth"},
396396
{org = "ballerina", name = "constraint"},

0 commit comments

Comments
 (0)