From c4d82aa12b02c198587121213f4c77ed6d1fa41e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 00:41:50 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- graphql-webclient/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"