diff --git a/backend/api/build.gradle b/backend/api/build.gradle index 9c97e23c..ffc8d93b 100644 --- a/backend/api/build.gradle +++ b/backend/api/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation "com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter:5.3.0" implementation "com.graphql-java:graphql-java-extended-scalars:22.0" - testImplementation "org.springframework.boot:spring-boot-starter-test:3.2.5" + testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.0" } jib {