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