Skip to content

Commit 5ce54de

Browse files
committed
Upgrade graphql-java to 14.0
1 parent 35b5c7d commit 5ce54de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 9.1.0
1+
version = 9.2.0
22
group = com.graphql-java-kickstart
33

44
PROJECT_NAME = graphql-java-servlet
@@ -9,7 +9,7 @@ PROJECT_LICENSE_URL = https://github.com/graphql-java-kickstart/spring-boot-grap
99
PROJECT_DEV_ID = apottere
1010
PROJECT_DEV_NAME = Andrew Potter
1111

12-
LIB_GRAPHQL_JAVA_VER = 13.0
12+
LIB_GRAPHQL_JAVA_VER = 14.0
1313
LIB_JACKSON_VER = 2.10.0
1414

1515
SOURCE_COMPATIBILITY = 1.8

graphql-java-servlet/src/test/groovy/graphql/kickstart/servlet/DataLoaderDispatchingSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class DataLoaderDispatchingSpec extends Specification {
233233

234234
def "PER_REQUEST_WITH_INSTRUMENTATION adds instrumentation"() {
235235
setup:
236-
ExecutionInput mockInput = ExecutionInput.newExecutionInput().dataLoaderRegistry(new DataLoaderRegistry()).build()
236+
ExecutionInput mockInput = ExecutionInput.newExecutionInput().query("query { query(arg:\"test\")").dataLoaderRegistry(new DataLoaderRegistry()).build()
237237
when:
238238
def chainedFromContext = ContextSetting.PER_REQUEST_WITH_INSTRUMENTATION
239239
.configureInstrumentationForContext(chainedSupplier, Collections.singletonList(mockInput), DataLoaderDispatcherInstrumentationOptions.newOptions())

0 commit comments

Comments
 (0)