From b24276718d962317c2e03485d0c10a67eefadbaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:09:37 +0000 Subject: [PATCH] fix(deps): update dependency com.graphql-java:graphql-java-extended-validation to v24 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 9f698e8..b171e0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ LIB_GRAPHQL_SERVLET_VER=14.0.0 LIB_GRAPHQL_SPRING_BOOT_VER=14.1.0 LIB_GRAPHQL_TOOLS_VER=13.1.1 -LIB_GRAPHQL_EXTENDED_VALIDATION_VER=20.0 +LIB_GRAPHQL_EXTENDED_VALIDATION_VER=24.0 LIB_SPRING_BOOT_VER=2.7.18 sourceCompatibility=11 targetCompatibility=11