We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89032c3 commit 859e88eCopy full SHA for 859e88e
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
graphql-webclient/build.gradle
dependencies {
api "org.springframework.boot:spring-boot-starter-webflux"
- implementation "com.jayway.jsonpath:json-path:2.8.0"
+ implementation "com.jayway.jsonpath:json-path:2.9.0"
testImplementation "org.springframework.boot:spring-boot-starter-webflux"
testImplementation "org.springframework.boot:spring-boot-starter-test"
0 commit comments