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

Commit 08cfeb4

Browse files
committed
Bumped version numbers after release
1 parent 66e91a9 commit 08cfeb4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ repositories {
4444
}
4545
4646
dependencies {
47-
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.2'
47+
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.3.1'
4848
4949
// to embed GraphiQL tool
50-
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.2'
50+
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.3.1'
5151
5252
// to embed Voyager tool
53-
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.2'
53+
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.3.1'
5454
5555
// testing facilities
56-
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.2'
56+
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.3.1'
5757
}
5858
```
5959

@@ -62,28 +62,28 @@ Maven:
6262
<dependency>
6363
<groupId>com.graphql-java-kickstart</groupId>
6464
<artifactId>graphql-spring-boot-starter</artifactId>
65-
<version>5.2</version>
65+
<version>5.3.1</version>
6666
</dependency>
6767

6868
<!-- to embed GraphiQL tool -->
6969
<dependency>
7070
<groupId>com.graphql-java-kickstart</groupId>
7171
<artifactId>graphiql-spring-boot-starter</artifactId>
72-
<version>5.2</version>
72+
<version>5.3.1</version>
7373
</dependency>
7474

7575
<!-- to embed Voyager tool -->
7676
<dependency>
7777
<groupId>com.graphql-java-kickstart</groupId>
7878
<artifactId>voyager-spring-boot-starter</artifactId>
79-
<version>5.2</version>
79+
<version>5.3.1</version>
8080
</dependency>
8181

8282
<!-- testing facilities -->
8383
<dependency>
8484
<groupId>com.graphql-java-kickstart</groupId>
8585
<artifactId>graphql-spring-boot-starter-test</artifactId>
86-
<version>5.2</version>
86+
<version>5.3.1</version>
8787
<scope>test</scope>
8888
</dependency>
8989

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818
#
1919

20-
version = 5.3.1
20+
version = 5.3.2-SNAPSHOT
2121
PROJECT_GROUP = com.graphql-java-kickstart
2222
PROJECT_NAME = graphql-spring-boot
2323
PROJECT_DESC = GraphQL Spring Framework Boot

0 commit comments

Comments
 (0)