This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ repositories {
4141}
4242
4343dependencies {
44- compile 'com.graphql-java:graphql-spring-boot-starter:5.0.3 '
44+ compile 'com.graphql-java:graphql-spring-boot-starter:5.0.2 '
4545
4646 // to embed GraphiQL tool
47- compile 'com.graphql-java:graphiql-spring-boot-starter:5.0.3 '
47+ compile 'com.graphql-java:graphiql-spring-boot-starter:5.0.2 '
4848
4949 // to embed Voyager tool
50- compile 'com.graphql-java:voyager-spring-boot-starter:5.0.3 '
50+ compile 'com.graphql-java:voyager-spring-boot-starter:5.0.2 '
5151}
5252```
5353
@@ -56,21 +56,21 @@ Maven:
5656<dependency >
5757 <groupId >com.graphql-java</groupId >
5858 <artifactId >graphql-spring-boot-starter</artifactId >
59- <version >5.0.3 </version >
59+ <version >5.0.2 </version >
6060</dependency >
6161
6262<!-- to embed GraphiQL tool -->
6363<dependency >
6464 <groupId >com.graphql-java</groupId >
6565 <artifactId >graphiql-spring-boot-starter</artifactId >
66- <version >5.0.3 </version >
66+ <version >5.0.2 </version >
6767</dependency >
6868
6969<!-- to embed Voyager tool -->
7070<dependency >
7171 <groupId >com.graphql-java</groupId >
7272 <artifactId >voyager-spring-boot-starter</artifactId >
73- <version >5.0.3 </version >
73+ <version >5.0.2 </version >
7474</dependency >
7575```
7676
You can’t perform that action at this time.
0 commit comments