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

Commit 82e7938

Browse files
committed
Update readme
1 parent 9bb5eab commit 82e7938

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Publish snapshot"
1+
name: ci
22
on:
33
push:
44
branches:

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# GraphQL and Graph*i*QL Spring Framework Boot Starters
2-
[![Build Status](https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot.svg?branch=master)](https://travis-ci.org/graphql-java-kickstart/graphql-spring-boot)
3-
[![GitHub CI Workflow](https://github.com/graphql-java-kickstart/graphql-spring-boot/workflows/CI/badge.svg)](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster)
2+
[![GitHub CI Workflow](https://github.com/graphql-java-kickstart/graphql-spring-boot/workflows/ci/badge.svg)](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster)
43
[![Maven Central](https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-spring-boot-starter.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-spring-boot-starter)
54
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java-kickstart/Lobby)
65

@@ -89,19 +88,19 @@ repositories {
8988
}
9089
9190
dependencies {
92-
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:7.0.1'
91+
implementation 'com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0'
9392
9493
// to embed Altair tool
95-
runtimeOnly 'com.graphql-java-kickstart:altair-spring-boot-starter:7.0.1'
94+
runtimeOnly 'com.graphql-java-kickstart:altair-spring-boot-starter:8.0.0'
9695
9796
// to embed GraphiQL tool
98-
runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:7.0.1'
97+
runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:8.0.0'
9998
10099
// to embed Voyager tool
101-
runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:7.0.1'
100+
runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:8.0.0'
102101
103102
// testing facilities
104-
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1'
103+
testImplementation 'com.graphql-java-kickstart:graphql-spring-boot-starter-test:8.0.0'
105104
}
106105
```
107106

@@ -110,38 +109,38 @@ Maven:
110109
<dependency>
111110
<groupId>com.graphql-java-kickstart</groupId>
112111
<artifactId>graphql-spring-boot-starter</artifactId>
113-
<version>7.0.1</version>
112+
<version>8.0.0</version>
114113
</dependency>
115114

116115
<!-- to embed Altair tool -->
117116
<dependency>
118117
<groupId>com.graphql-java-kickstart</groupId>
119118
<artifactId>altair-spring-boot-starter</artifactId>
120-
<version>7.0.1</version>
119+
<version>8.0.0</version>
121120
<scope>runtime</scope>
122121
</dependency>
123122

124123
<!-- to embed GraphiQL tool -->
125124
<dependency>
126125
<groupId>com.graphql-java-kickstart</groupId>
127126
<artifactId>graphiql-spring-boot-starter</artifactId>
128-
<version>7.0.1</version>
127+
<version>8.0.0</version>
129128
<scope>runtime</scope>
130129
</dependency>
131130

132131
<!-- to embed Voyager tool -->
133132
<dependency>
134133
<groupId>com.graphql-java-kickstart</groupId>
135134
<artifactId>voyager-spring-boot-starter</artifactId>
136-
<version>7.0.1</version>
135+
<version>8.0.0</version>
137136
<scope>runtime</scope>
138137
</dependency>
139138

140139
<!-- testing facilities -->
141140
<dependency>
142141
<groupId>com.graphql-java-kickstart</groupId>
143142
<artifactId>graphql-spring-boot-starter-test</artifactId>
144-
<version>7.0.1</version>
143+
<version>8.0.0</version>
145144
<scope>test</scope>
146145
</dependency>
147146

0 commit comments

Comments
 (0)