Upgrade GraphQL Java to 16.2
Closes gh-29
This commit is contained in:
committed by
Rossen Stoyanchev
parent
2f52e35050
commit
6440b8b0c9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user