From 86d52c97b21b5befa3da90a763a73a3b85ca7b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:09:16 +0000 Subject: [PATCH] :arrow_up: Bump com.expediagroup:graphql-kotlin-server Bumps [com.expediagroup:graphql-kotlin-server](https://github.com/ExpediaGroup/graphql-kotlin) from 6.5.3 to 7.0.0. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/6.5.3...7.0.0) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-server dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- spesialist-api/build.gradle.kts | 2 +- spesialist-selve/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spesialist-api/build.gradle.kts b/spesialist-api/build.gradle.kts index 4928c2a27..5d6546e16 100644 --- a/spesialist-api/build.gradle.kts +++ b/spesialist-api/build.gradle.kts @@ -1,7 +1,7 @@ import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask val testcontainersVersion = "1.19.0" -val graphQLKotlinVersion = "6.5.3" +val graphQLKotlinVersion = "7.0.0" val ktorVersion = "2.3.4" plugins { diff --git a/spesialist-selve/build.gradle.kts b/spesialist-selve/build.gradle.kts index a7494c7a5..c29000a43 100644 --- a/spesialist-selve/build.gradle.kts +++ b/spesialist-selve/build.gradle.kts @@ -1,4 +1,4 @@ -val graphQLKotlinVersion = "6.5.3" +val graphQLKotlinVersion = "7.0.0" val testcontainersVersion = "1.19.0" plugins {