We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f559917 commit 94c5e75Copy full SHA for 94c5e75
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.3'
+ implementation 'com.graphql-java:graphql-java:19.4'
29
30
```
31
</TabItem>
@@ -38,7 +38,7 @@ repositories {
38
39
40
41
- implementation("com.graphql-java:graphql-java:19.3")
+ implementation("com.graphql-java:graphql-java:19.4")
42
43
44
@@ -51,7 +51,7 @@ Dependency:
51
<dependency>
52
<groupId>com.graphql-java</groupId>
53
<artifactId>graphql-java</artifactId>
54
- <version>19.3</version>
+ <version>19.4</version>
55
</dependency>
56
57
0 commit comments