Skip to content

Commit f028a45

Browse files
committed
update documentation for v13.0.0
1 parent 74f1390 commit f028a45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/servlet/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the `graphql-java-servlet` dependency:
4545

4646
```gradle
4747
dependencies {
48-
compile 'com.graphql-java-kickstart:graphql-java-servlet:12.0.0'
48+
compile 'com.graphql-java-kickstart:graphql-java-servlet:13.0.0'
4949
}
5050
```
5151

@@ -57,7 +57,7 @@ Add the `graphql-java-servlet` dependency:
5757
<dependency>
5858
<groupId>com.graphql-java-kickstart</groupId>
5959
<artifactId>graphql-java-servlet</artifactId>
60-
<version>12.0.0</version>
60+
<version>13.0.0</version>
6161
</dependency>
6262
```
6363

content/spring-boot/getting-started/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Add the respective starter dependencies you want to use:
3232

3333
```gradle
3434
dependencies {
35-
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:12.0.0'
35+
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:13.0.0'
3636
3737
// testing facilities
38-
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:12.0.0'
38+
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13.0.0'
3939
}
4040
```
4141

@@ -47,14 +47,14 @@ Add the respective starter dependencies you want to use:
4747
<dependency>
4848
<groupId>com.graphql-java-kickstart</groupId>
4949
<artifactId>graphql-spring-boot-starter</artifactId>
50-
<version>12.0.0</version>
50+
<version>13.0.0</version>
5151
</dependency>
5252

5353
<!-- testing facilities -->
5454
<dependency>
5555
<groupId>com.graphql-java-kickstart</groupId>
5656
<artifactId>graphql-spring-boot-starter-test</artifactId>
57-
<version>12.0.0</version>
57+
<version>13.0.0</version>
5858
<scope>test</scope>
5959
</dependency>
6060
```

0 commit comments

Comments
 (0)