Skip to content

Commit a5973e2

Browse files
committed
Update GraphQL Java Tools version to the latest
1 parent 193a2dc commit a5973e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ googleAnalytics = ""
6969

7070

7171
[[menu.main]]
72-
name = "Servlet"
73-
url = "/servlet/"
72+
name = "Tools"
73+
url = "/tools/"
7474
weight = 10
7575

7676
[[menu.main]]
77-
name = "Tools"
78-
url = "/tools/"
77+
name = "Servlet"
78+
url = "/servlet/"
7979
weight = 20
8080

8181
[[menu.main]]

content/tools/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the `graphql-java-tools` dependency:
4343
<dependency>
4444
<groupId>com.graphql-java-kickstart</groupId>
4545
<artifactId>graphql-java-tools</artifactId>
46-
<version>5.4.0</version>
46+
<version>6.0.2</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)