Skip to content

Commit 08ef6d8

Browse files
authored
Merge pull request #39 from dherges/master
Update documentation to current version 14.0.0
2 parents 1b36226 + e90de02 commit 08ef6d8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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:13.0.0'
48+
compile 'com.graphql-java-kickstart:graphql-java-servlet:14.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>13.0.0</version>
60+
<version>14.0.0</version>
6161
</dependency>
6262
```
6363

content/servlet/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
}
3434
3535
dependencies {
36-
compile 'com.graphql-java-kickstart:graphql-java-servlet:11.1.0'
36+
compile 'com.graphql-java-kickstart:graphql-java-servlet:14.0.0'
3737
}
3838
```
3939

@@ -52,7 +52,7 @@ Add the `graphql-java-servlet` dependency to your `dependencies` section:
5252
<dependency>
5353
<groupId>com.graphql-java-kickstart</groupId>
5454
<artifactId>graphql-java-servlet</artifactId>
55-
<version>11.1.0</version>
55+
<version>14.0.0</version>
5656
</dependency>
5757
```
5858

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:13.0.0'
35+
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:14.0.0'
3636
3737
// testing facilities
38-
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:13.0.0'
38+
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:14.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>13.0.0</version>
50+
<version>14.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>13.0.0</version>
57+
<version>14.0.0</version>
5858
<scope>test</scope>
5959
</dependency>
6060
```

content/tools/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add the `graphql-java-tools` dependency:
3434

3535
```gradle
3636
dependencies {
37-
compile 'com.graphql-java-kickstart:graphql-java-tools:12.0.1'
37+
compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.0'
3838
}
3939
```
4040

@@ -46,7 +46,7 @@ Add the `graphql-java-tools` dependency:
4646
<dependency>
4747
<groupId>com.graphql-java-kickstart</groupId>
4848
<artifactId>graphql-java-tools</artifactId>
49-
<version>12.0.1</version>
49+
<version>14.0.0</version>
5050
</dependency>
5151
```
5252

0 commit comments

Comments
 (0)