File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
33
44plugins {
55 id " java"
6- id " org.jetbrains.kotlin.jvm" version " 1.8.20 "
6+ id " org.jetbrains.kotlin.jvm" version " 1.8.10 "
77 id " io.github.kobylynskyi.graphql.codegen" version " 5.7.2-SNAPSHOT"
88}
99
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ plugins {
1313mainClassName = " io.github.kobylynskyi.order.Application"
1414
1515dependencies {
16- implementation " org.springframework.boot:spring-boot-starter-web:3.0.5 "
16+ implementation " org.springframework.boot:spring-boot-starter-web:2.7.10 "
1717 implementation " org.springframework.boot:spring-boot-starter-data-mongodb:2.7.10"
1818
19- implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:15.0 .0"
19+ implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:11.1 .0"
2020 implementation " com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
2121 implementation " com.graphql-java:graphql-java-extended-scalars:20.0"
2222
Original file line number Diff line number Diff line change 123123 <dependency >
124124 <groupId >org.springframework.boot</groupId >
125125 <artifactId >spring-boot-starter-web</artifactId >
126- <version >3.0.5 </version >
126+ <version >2.7.10 </version >
127127 </dependency >
128128 <dependency >
129129 <groupId >org.springframework.boot</groupId >
134134 <dependency >
135135 <groupId >com.graphql-java-kickstart</groupId >
136136 <artifactId >graphql-spring-boot-starter</artifactId >
137- <version >15.0 .0</version >
137+ <version >11.1 .0</version >
138138 </dependency >
139139 <dependency >
140140 <groupId >com.graphql-java-kickstart</groupId >
Original file line number Diff line number Diff line change 8787 <dependency >
8888 <groupId >com.graphql-java-kickstart</groupId >
8989 <artifactId >graphql-spring-boot-starter</artifactId >
90- <version >15.0 .0</version >
90+ <version >11.1 .0</version >
9191 </dependency >
9292 <dependency >
9393 <groupId >com.graphql-java-kickstart</groupId >
126126 </repository >
127127 </repositories >
128128
129-
130129</project >
You can’t perform that action at this time.
0 commit comments