This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ repositories {
4242}
4343
4444dependencies {
45- compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.0.5 '
45+ compile 'com.graphql-java-kickstart:graphql-spring-boot-starter:5.1 '
4646
4747 // to embed GraphiQL tool
48- compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.0.5 '
48+ compile 'com.graphql-java-kickstart:graphiql-spring-boot-starter:5.1 '
4949
5050 // to embed Voyager tool
51- compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.0.5 '
51+ compile 'com.graphql-java-kickstart:voyager-spring-boot-starter:5.1 '
5252}
5353```
5454
@@ -57,21 +57,21 @@ Maven:
5757<dependency >
5858 <groupId >com.graphql-java-kickstart</groupId >
5959 <artifactId >graphql-spring-boot-starter</artifactId >
60- <version >5.0.5 </version >
60+ <version >5.1 </version >
6161</dependency >
6262
6363<!-- to embed GraphiQL tool -->
6464<dependency >
6565 <groupId >com.graphql-java-kickstart</groupId >
6666 <artifactId >graphiql-spring-boot-starter</artifactId >
67- <version >5.0.5 </version >
67+ <version >5.1 </version >
6868</dependency >
6969
7070<!-- to embed Voyager tool -->
7171<dependency >
7272 <groupId >com.graphql-java-kickstart</groupId >
7373 <artifactId >voyager-spring-boot-starter</artifactId >
74- <version >5.0.5 </version >
74+ <version >5.1 </version >
7575</dependency >
7676```
7777
Original file line number Diff line number Diff line change 1717# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1818#
1919
20- version = 5.1
20+ version = 5.2-SNAPSHOT
2121PROJECT_GROUP = com.graphql-java-kickstart
2222PROJECT_NAME = graphql-spring-boot
2323PROJECT_DESC = GraphQL Spring Framework Boot
You can’t perform that action at this time.
0 commit comments