diff --git a/gradle.properties b/gradle.properties index 6c5f60a..9aae3e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ PROJECT_DEV_NAME = Michiel Oliemans LIB_GRAPHQL_TOOLS_VER = 13.1.1 LIB_GRAPHQL_SPRING_VER = 15.1.0 -LIB_GRAPHQL_SERVLET_VER = 15.1.0 +LIB_GRAPHQL_SERVLET_VER = 15.2.0 ### Gradle Plugins diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e6aba25..70fe02a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/graphql-webclient/build.gradle b/graphql-webclient/build.gradle index 0427820..593b697 100644 --- a/graphql-webclient/build.gradle +++ b/graphql-webclient/build.gradle @@ -1,6 +1,6 @@ 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.10.0" testImplementation "org.springframework.boot:spring-boot-starter-webflux" testImplementation "org.springframework.boot:spring-boot-starter-test"