From 0d81a6e4c4b6a782d945c52b0598458892c506c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:06:41 +0000 Subject: [PATCH] Bump com.expediagroup:graphql-kotlin-ktor-client from 8.2.0 to 8.2.1 Bumps [com.expediagroup:graphql-kotlin-ktor-client](https://github.com/ExpediaGroup/graphql-kotlin) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.2.0...8.2.1) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-ktor-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c3d4a5d..d99e785 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ val nav_common_version = "3.2024.09.16_11.09-578823a87a2f" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" val modia_common_utils_version = "1.2023.07.20-13.43-64707e48b53b" val junit_version = "5.11.3" -val graphql_kotlin_version = "8.2.0" +val graphql_kotlin_version = "8.2.1" plugins { application