Skip to content

Commit f9d6eec

Browse files
authored
Merge pull request #197 from graphql-java/24.2-update
Update to 24.2
2 parents 6f98356 + d4676de commit f9d6eec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

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

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

0 commit comments

Comments
 (0)