@@ -72,19 +72,19 @@ repositories {
72
72
}
73
73
74
74
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 '
76
76
77
77
// 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 '
79
79
80
80
// 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 '
82
82
83
83
// 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 '
85
85
86
86
// 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 '
88
88
}
89
89
```
90
90
@@ -93,38 +93,38 @@ Maven:
93
93
<dependency >
94
94
<groupId >com.graphql-java-kickstart</groupId >
95
95
<artifactId >graphql-spring-boot-starter</artifactId >
96
- <version >5.7.3 </version >
96
+ <version >5.9.0 </version >
97
97
</dependency >
98
98
99
99
<!-- to embed Altair tool -->
100
100
<dependency >
101
101
<groupId >com.graphql-java-kickstart</groupId >
102
102
<artifactId >altair-spring-boot-starter</artifactId >
103
- <version >5.7.3 </version >
103
+ <version >5.9.0 </version >
104
104
<scope >runtime</scope >
105
105
</dependency >
106
106
107
107
<!-- to embed GraphiQL tool -->
108
108
<dependency >
109
109
<groupId >com.graphql-java-kickstart</groupId >
110
110
<artifactId >graphiql-spring-boot-starter</artifactId >
111
- <version >5.7.3 </version >
111
+ <version >5.9.0 </version >
112
112
<scope >runtime</scope >
113
113
</dependency >
114
114
115
115
<!-- to embed Voyager tool -->
116
116
<dependency >
117
117
<groupId >com.graphql-java-kickstart</groupId >
118
118
<artifactId >voyager-spring-boot-starter</artifactId >
119
- <version >5.7.3 </version >
119
+ <version >5.9.0 </version >
120
120
<scope >runtime</scope >
121
121
</dependency >
122
122
123
123
<!-- testing facilities -->
124
124
<dependency >
125
125
<groupId >com.graphql-java-kickstart</groupId >
126
126
<artifactId >graphql-spring-boot-starter-test</artifactId >
127
- <version >5.7.3 </version >
127
+ <version >5.9.0 </version >
128
128
<scope >test</scope >
129
129
</dependency >
130
130
0 commit comments