From 0f7770b757dd494f4f8088ab1203543f010eee2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 06:22:41 +0000 Subject: [PATCH] Bump com.expediagroup:graphql-kotlin-ktor-client from 8.4.0 to 8.5.0 Bumps [com.expediagroup:graphql-kotlin-ktor-client](https://github.com/ExpediaGroup/graphql-kotlin) from 8.4.0 to 8.5.0. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.4.0...8.5.0) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-ktor-client dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ef23a78..551c2ec 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ val nav_common_version = "3.2025.03.25_13.00-69496eec5820" val tjenestespec_version = "1.2021.02.22-10.45-4201aaea72fb" val modia_common_utils_version = "1.2025.04.10-08.38-f3f297ca275e" val junit_version = "5.12.2" -val graphql_kotlin_version = "8.4.0" +val graphql_kotlin_version = "8.5.0" plugins { application