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.
2 parents 70f43cc + cb3bed9 commit 6aa88afCopy full SHA for 6aa88af
plugins/gradle/example-client/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
25
implementation "io.github.kobylynskyi:graphql-java-codegen:5.7.2-SNAPSHOT"
26
27
- implementation "org.apache.httpcomponents:httpclient:4.5.13"
+ implementation "org.apache.httpcomponents:httpclient:4.5.14"
28
implementation "javax.validation:validation-api:2.0.1.Final"
29
30
implementation "org.mapstruct:mapstruct:1.5.3.Final"
0 commit comments