Skip to content

Commit a36c8e6

Browse files
committed
Update documentation to v24
1 parent ff24c96 commit a36c8e6

22 files changed

Lines changed: 9 additions & 8 deletions

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

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

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
routeBasePath: 'documentation',
2626
sidebarPath: require.resolve('./sidebars.js'),
2727
editUrl: 'https://github.com/graphql-java/graphql-java-page/edit/master/',
28-
lastVersion: "v23",
28+
lastVersion: "v24",
2929
versions: {
3030
current: {
3131
label: "master",
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)