From bb9ec8e23c1fc8e3bad71dcacbcaf2bc73bacb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:59:54 +0000 Subject: [PATCH] Bump graphql from 6.8.0 to 6.8.2 Bumps `graphql` from 6.8.0 to 6.8.2. Updates `com.expediagroup:graphql-kotlin-ktor-client` from 6.8.0 to 6.8.2 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/6.8.0...6.8.2) Updates `com.expediagroup.graphql` from 6.8.0 to 6.8.2 - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/6.8.0...6.8.2) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-ktor-client dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.expediagroup.graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa72782f..ded0d0d9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ serialization = "1.7.1" benchmark = "0.4.11" openapi = "2024.3" jackson = "2.17.2" -graphql = "6.8.0" +graphql = "6.8.2" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }