From 235fc03c268eb9446533fa41e38db5b2ea84a850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 15:55:42 +0000 Subject: [PATCH] Bump com.graphql-java:graphql-java from 22.3 to 23.1 in /backend --- backend/build.gradle | 2 +- backend/gradle.lockfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 541cf008d10..2df91393bcd 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.springframework:spring-web:6.2.1' testImplementation 'org.springframework:spring-webflux' testImplementation 'org.springframework.graphql:spring-graphql-test' - implementation 'com.graphql-java:graphql-java:22.3' + implementation 'com.graphql-java:graphql-java:23.1' // graphql-java-extended-validation schema directives implementation 'com.graphql-java:graphql-java-extended-validation:22.0' // graphql-java-extended-scalars diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 1f4e558e875..6bd9bb81775 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -40,8 +40,8 @@ com.google.j2objc:j2objc-annotations:3.0.0=compileClasspath com.googlecode.libphonenumber:libphonenumber:8.13.28=compileClasspath,runtimeClasspath com.graphql-java:graphql-java-extended-scalars:22.0=compileClasspath,runtimeClasspath com.graphql-java:graphql-java-extended-validation:22.0=compileClasspath,runtimeClasspath -com.graphql-java:graphql-java:22.3=compileClasspath,runtimeClasspath -com.graphql-java:java-dataloader:3.3.0=compileClasspath,runtimeClasspath +com.graphql-java:graphql-java:23.1=compileClasspath,runtimeClasspath +com.graphql-java:java-dataloader:4.0.0=compileClasspath,runtimeClasspath com.ibm.icu:icu4j:72.1=compileClasspath,runtimeClasspath com.microsoft.azure:applicationinsights-core:3.6.1=compileClasspath,runtimeClasspath com.nimbusds:content-type:2.2=compileClasspath,runtimeClasspath @@ -175,6 +175,7 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25=compileClasspath,runtimeClasspath org.jetbrains.kotlin:kotlin-stdlib:1.9.25=compileClasspath,runtimeClasspath org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath org.json:json:20231013=compileClasspath,runtimeClasspath +org.jspecify:jspecify:0.3.0=compileClasspath,runtimeClasspath org.liquibase:liquibase-core:4.31.1=compileClasspath,runtimeClasspath org.openapitools:jackson-databind-nullable:0.2.6=compileClasspath,runtimeClasspath org.ow2.asm:asm:9.6=compileClasspath,runtimeClasspath