Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit c1399c9

Browse files
committed
Reverted version number since we haven't released it yet
1 parent 1c731ac commit c1399c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ repositories {
4141
}
4242
4343
dependencies {
44-
compile 'com.graphql-java:graphql-spring-boot-starter:5.0.3'
44+
compile 'com.graphql-java:graphql-spring-boot-starter:5.0.2'
4545
4646
// to embed GraphiQL tool
47-
compile 'com.graphql-java:graphiql-spring-boot-starter:5.0.3'
47+
compile 'com.graphql-java:graphiql-spring-boot-starter:5.0.2'
4848
4949
// to embed Voyager tool
50-
compile 'com.graphql-java:voyager-spring-boot-starter:5.0.3'
50+
compile 'com.graphql-java:voyager-spring-boot-starter:5.0.2'
5151
}
5252
```
5353

@@ -56,21 +56,21 @@ Maven:
5656
<dependency>
5757
<groupId>com.graphql-java</groupId>
5858
<artifactId>graphql-spring-boot-starter</artifactId>
59-
<version>5.0.3</version>
59+
<version>5.0.2</version>
6060
</dependency>
6161

6262
<!-- to embed GraphiQL tool -->
6363
<dependency>
6464
<groupId>com.graphql-java</groupId>
6565
<artifactId>graphiql-spring-boot-starter</artifactId>
66-
<version>5.0.3</version>
66+
<version>5.0.2</version>
6767
</dependency>
6868

6969
<!-- to embed Voyager tool -->
7070
<dependency>
7171
<groupId>com.graphql-java</groupId>
7272
<artifactId>voyager-spring-boot-starter</artifactId>
73-
<version>5.0.3</version>
73+
<version>5.0.2</version>
7474
</dependency>
7575
```
7676

0 commit comments

Comments
 (0)