diff --git a/build.gradle.kts b/build.gradle.kts index adbfbcb..7de4452 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ dependencies { testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") testImplementation("org.springframework.boot:spring-boot-starter-test:2.7.15") - graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:6.5.6") + graphqlSDL("com.expediagroup:graphql-kotlin-federated-hooks-provider:7.0.0") } tasks {