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

Commit 95d880a

Browse files
committed
Bumped version number to 5.7.0 in README
1 parent 0b614a5 commit 95d880a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ repositories {
7171
}
7272
7373
dependencies {
74-
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.6.1'
74+
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.0'
7575
7676
// to embed Altair tool
77-
compile 'com.graphql-java-kickstart:altair-spring-boot-starter:5.6.1'
77+
compile 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.0'
7878
7979
// to embed GraphiQL tool
80-
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.6.1'
80+
compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.0'
8181
8282
// to embed Voyager tool
83-
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.6.1'
83+
compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.0'
8484
8585
// testing facilities
86-
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.6.1'
86+
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.0'
8787
}
8888
```
8989

@@ -92,35 +92,35 @@ Maven:
9292
<dependency>
9393
<groupId>com.graphql-java-kickstart</groupId>
9494
<artifactId>graphql-spring-boot-starter</artifactId>
95-
<version>5.6.1</version>
95+
<version>5.7.0</version>
9696
</dependency>
9797

9898
<!-- to embed Altair tool -->
9999
<dependency>
100100
<groupId>com.graphql-java-kickstart</groupId>
101101
<artifactId>altair-spring-boot-starter</artifactId>
102-
<version>5.6.1</version>
102+
<version>5.7.0</version>
103103
</dependency>
104104

105105
<!-- to embed GraphiQL tool -->
106106
<dependency>
107107
<groupId>com.graphql-java-kickstart</groupId>
108108
<artifactId>graphiql-spring-boot-starter</artifactId>
109-
<version>5.6.1</version>
109+
<version>5.7.0</version>
110110
</dependency>
111111

112112
<!-- to embed Voyager tool -->
113113
<dependency>
114114
<groupId>com.graphql-java-kickstart</groupId>
115115
<artifactId>voyager-spring-boot-starter</artifactId>
116-
<version>5.6.1</version>
116+
<version>5.7.0</version>
117117
</dependency>
118118

119119
<!-- testing facilities -->
120120
<dependency>
121121
<groupId>com.graphql-java-kickstart</groupId>
122122
<artifactId>graphql-spring-boot-starter-test</artifactId>
123-
<version>5.6.1</version>
123+
<version>5.7.0</version>
124124
<scope>test</scope>
125125
</dependency>
126126

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.7.0
20+
version = 5.7.1-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)