Skip to content

Commit 2d402af

Browse files
committed
New version with missing Guava patch
1 parent e364c7f commit 2d402af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versioned_docs/version-v20/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation 'com.graphql-java:graphql-java:20.5'
28+
implementation 'com.graphql-java:graphql-java:20.6'
2929
}
3030
```
3131
</TabItem>
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
implementation("com.graphql-java:graphql-java:20.5")
41+
implementation("com.graphql-java:graphql-java:20.6")
4242
}
4343
```
4444
</TabItem>
@@ -51,7 +51,7 @@ Dependency:
5151
<dependency>
5252
<groupId>com.graphql-java</groupId>
5353
<artifactId>graphql-java</artifactId>
54-
<version>20.5</version>
54+
<version>20.6</version>
5555
</dependency>
5656
```
5757

0 commit comments

Comments
 (0)