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