Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit a0d7ff9

Browse files
committed
Upgrade servlet and tools
1 parent 833756f commit a0d7ff9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ TARGET_COMPATIBILITY = 1.8
4040
### Dependencies
4141

4242
LIB_GRAPHQL_JAVA_VER = 15.0
43-
LIB_SPRING_BOOT_VER = 2.3.4.RELEASE
44-
LIB_GRAPHQL_SERVLET_VER = 10.0.0
45-
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.2.0
43+
LIB_SPRING_BOOT_VER = 2.3.6.RELEASE
44+
LIB_GRAPHQL_SERVLET_VER = 10.1.0-SNAPSHOT
45+
LIB_GRAPHQL_JAVA_TOOLS_VER = 6.3.0
4646
LIB_GRAPHQL_ANNOTATIONS_VER = 8.2
4747
LIB_REFLECTIONS_VER = 0.9.11
4848
LIB_APACHE_COMMONS_TEXT=1.8

graphql-spring-boot-autoconfigure/src/main/java/graphql/kickstart/spring/web/boot/GraphQLWebAutoConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ public GraphQLConfiguration graphQLServletConfiguration(GraphQLInvocationInputFa
281281
.with(queryInvoker)
282282
.with(graphQLObjectMapper)
283283
.with(listeners)
284-
.with(graphQLServletProperties.isAsyncModeEnabled())
285284
.with(graphQLServletProperties.getSubscriptionTimeout())
286285
.with(batchInputPreProcessor)
287286
.with(graphQLServletProperties.getContextSetting())

0 commit comments

Comments
 (0)