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

Commit 6f08ecc

Browse files
committed
Merge branch 'feature/batch-handler-update'
2 parents cbcb371 + 62c562f commit 6f08ecc

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
@@ -66,16 +66,16 @@ repositories {
6666
}
6767
6868
dependencies {
69-
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.0'
69+
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.1'
7070
7171
// to embed GraphiQL tool
72-
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.0'
72+
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.1'
7373
7474
// to embed Voyager tool
75-
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.0'
75+
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.1'
7676
7777
// testing facilities
78-
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.0'
78+
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.1'
7979
}
8080
```
8181

@@ -84,28 +84,28 @@ Maven:
8484
<dependency>
8585
<groupId>com.graphql-java-kickstart</groupId>
8686
<artifactId>graphql-spring-boot-starter</artifactId>
87-
<version>5.6.0</version>
87+
<version>5.6.1</version>
8888
</dependency>
8989

9090
<!-- to embed GraphiQL tool -->
9191
<dependency>
9292
<groupId>com.graphql-java-kickstart</groupId>
9393
<artifactId>graphiql-spring-boot-starter</artifactId>
94-
<version>5.6.0</version>
94+
<version>5.6.1</version>
9595
</dependency>
9696

9797
<!-- to embed Voyager tool -->
9898
<dependency>
9999
<groupId>com.graphql-java-kickstart</groupId>
100100
<artifactId>voyager-spring-boot-starter</artifactId>
101-
<version>5.6.0</version>
101+
<version>5.6.1</version>
102102
</dependency>
103103

104104
<!-- testing facilities -->
105105
<dependency>
106106
<groupId>com.graphql-java-kickstart</groupId>
107107
<artifactId>graphql-spring-boot-starter-test</artifactId>
108-
<version>5.6.0</version>
108+
<version>5.6.1</version>
109109
<scope>test</scope>
110110
</dependency>
111111

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.6.1
20+
version = 5.6.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)