From e6ec4f66f472c63e12b4cbf64617e2edcde8770c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:46:27 +0000 Subject: [PATCH] chore: bump com.expediagroup:graphql-kotlin-spring-server Bumps [com.expediagroup:graphql-kotlin-spring-server](https://github.com/ExpediaGroup/graphql-kotlin) from 8.6.0 to 8.8.0. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.6.0...8.8.0) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-spring-server dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graphql-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql-kotlin/build.gradle.kts b/graphql-kotlin/build.gradle.kts index 52415a537..a3664573e 100644 --- a/graphql-kotlin/build.gradle.kts +++ b/graphql-kotlin/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-validation") // Expediagroup GraphQL Kotlin - implementation("com.expediagroup:graphql-kotlin-spring-server:8.6.0") + implementation("com.expediagroup:graphql-kotlin-spring-server:8.8.0") // implementation("com.graphql-java:graphql-java:22.1") // r2dbc implementation("org.springframework.boot:spring-boot-starter-data-r2dbc")