We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0b008 commit fdae140Copy full SHA for fdae140
build.gradle
@@ -19,7 +19,7 @@ repositories {
19
dependencies {
20
implementation 'org.springframework.boot:spring-boot-starter-web'
21
implementation "org.apache.httpcomponents:fluent-hc:4.5.14"
22
- implementation 'com.graphql-java:graphql-java:22.3'
+ implementation 'com.graphql-java:graphql-java:22.4'
23
24
testImplementation 'au.com.dius.pact.consumer:junit5:4.5.13'
25
testImplementation('org.springframework.boot:spring-boot-starter-test') {
0 commit comments