Skip to content

Commit e364c7f

Browse files
authored
Merge pull request #133 from graphql-java/new-guava-patch-
Add v20.5 to docs
2 parents 2ca7a2c + 1c1481f commit e364c7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.4'
28+
implementation 'com.graphql-java:graphql-java:20.5'
2929
}
3030
```
3131
</TabItem>
@@ -38,7 +38,7 @@ repositories {
3838
}
3939

4040
dependencies {
41-
implementation("com.graphql-java:graphql-java:20.4")
41+
implementation("com.graphql-java:graphql-java:20.5")
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.4</version>
54+
<version>20.5</version>
5555
</dependency>
5656
```
5757

0 commit comments

Comments
 (0)