Upgrade GraphQL Java to 16.2

Closes gh-29
This commit is contained in:
Andreas Marek
2021-02-02 17:33:49 +11:00
committed by Rossen Stoyanchev
parent 2f52e35050
commit 6440b8b0c9

View File

@@ -21,7 +21,7 @@ dependencyManagement {
}
dependencies {
api 'com.graphql-java:graphql-java:16.1'
api 'com.graphql-java:graphql-java:16.2'
// Reactor is required as it's part of the interception model
api 'io.projectreactor:reactor-core'
api 'org.springframework:spring-context'
@@ -54,4 +54,4 @@ test {
}
}
apply from: "${rootDir}/gradle/publishing.gradle"
apply from: "${rootDir}/gradle/publishing.gradle"