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 {
42
42
}
43
43
44
44
dependencies {
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 '
46
46
47
47
// 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 '
49
49
50
50
// 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 '
52
52
}
53
53
```
54
54
@@ -57,21 +57,21 @@ Maven:
57
57
<dependency >
58
58
<groupId >com.graphql-java-kickstart</groupId >
59
59
<artifactId >graphql-spring-boot-starter</artifactId >
60
- <version >5.0.5 </version >
60
+ <version >5.1 </version >
61
61
</dependency >
62
62
63
63
<!-- to embed GraphiQL tool -->
64
64
<dependency >
65
65
<groupId >com.graphql-java-kickstart</groupId >
66
66
<artifactId >graphiql-spring-boot-starter</artifactId >
67
- <version >5.0.5 </version >
67
+ <version >5.1 </version >
68
68
</dependency >
69
69
70
70
<!-- to embed Voyager tool -->
71
71
<dependency >
72
72
<groupId >com.graphql-java-kickstart</groupId >
73
73
<artifactId >voyager-spring-boot-starter</artifactId >
74
- <version >5.0.5 </version >
74
+ <version >5.1 </version >
75
75
</dependency >
76
76
```
77
77
Original file line number Diff line number Diff line change 17
17
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18
18
#
19
19
20
- version = 5.1
20
+ version = 5.2-SNAPSHOT
21
21
PROJECT_GROUP = com.graphql-java-kickstart
22
22
PROJECT_NAME = graphql-spring-boot
23
23
PROJECT_DESC = GraphQL Spring Framework Boot
You can’t perform that action at this time.
0 commit comments