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

Commit 75a4210

Browse files
committed
Bumped version to 5.9.0 in README and prepared next SNAPSHOT release
1 parent 35c478f commit 75a4210

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
@@ -72,19 +72,19 @@ repositories {
7272
}
7373
7474
dependencies {
75-
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.7.3'
75+
compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.9.0'
7676
7777
// to embed Altair tool
78-
runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.7.3'
78+
runtime 'com.graphql-java-kickstart:altair-spring-boot-starter:5.9.0'
7979
8080
// to embed GraphiQL tool
81-
runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.7.3'
81+
runtime 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.9.0'
8282
8383
// to embed Voyager tool
84-
runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.7.3'
84+
runtime 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.9.0'
8585
8686
// testing facilities
87-
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.7.3'
87+
testCompile 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:5.9.0'
8888
}
8989
```
9090

@@ -93,38 +93,38 @@ Maven:
9393
<dependency>
9494
<groupId>com.graphql-java-kickstart</groupId>
9595
<artifactId>graphql-spring-boot-starter</artifactId>
96-
<version>5.7.3</version>
96+
<version>5.9.0</version>
9797
</dependency>
9898

9999
<!-- to embed Altair tool -->
100100
<dependency>
101101
<groupId>com.graphql-java-kickstart</groupId>
102102
<artifactId>altair-spring-boot-starter</artifactId>
103-
<version>5.7.3</version>
103+
<version>5.9.0</version>
104104
<scope>runtime</scope>
105105
</dependency>
106106

107107
<!-- to embed GraphiQL tool -->
108108
<dependency>
109109
<groupId>com.graphql-java-kickstart</groupId>
110110
<artifactId>graphiql-spring-boot-starter</artifactId>
111-
<version>5.7.3</version>
111+
<version>5.9.0</version>
112112
<scope>runtime</scope>
113113
</dependency>
114114

115115
<!-- to embed Voyager tool -->
116116
<dependency>
117117
<groupId>com.graphql-java-kickstart</groupId>
118118
<artifactId>voyager-spring-boot-starter</artifactId>
119-
<version>5.7.3</version>
119+
<version>5.9.0</version>
120120
<scope>runtime</scope>
121121
</dependency>
122122

123123
<!-- testing facilities -->
124124
<dependency>
125125
<groupId>com.graphql-java-kickstart</groupId>
126126
<artifactId>graphql-spring-boot-starter-test</artifactId>
127-
<version>5.7.3</version>
127+
<version>5.9.0</version>
128128
<scope>test</scope>
129129
</dependency>
130130

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.9.0
20+
version = 5.9.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)