We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7402cc9 commit 5002b13Copy full SHA for 5002b13
1 file changed
versioned_docs/version-v19/getting-started.mdx
@@ -25,7 +25,7 @@ repositories {
25
}
26
27
dependencies {
28
- implementation 'com.graphql-java:graphql-java:19.2'
+ implementation 'com.graphql-java:graphql-java:19.3'
29
30
```
31
</TabItem>
@@ -38,7 +38,7 @@ repositories {
38
39
40
41
- implementation("com.graphql-java:graphql-java:19.2")
+ implementation("com.graphql-java:graphql-java:19.3")
42
43
44
@@ -51,7 +51,7 @@ Dependency:
51
<dependency>
52
<groupId>com.graphql-java</groupId>
53
<artifactId>graphql-java</artifactId>
54
- <version>19.2</version>
+ <version>19.3</version>
55
</dependency>
56
57
0 commit comments