From 6858acf0199a48a036be25ba5d0043a6ff5fca1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 03:34:27 +0000 Subject: [PATCH] Bump com.expediagroup.graphql from 8.6.0 to 8.7.0 Bumps [com.expediagroup.graphql](https://github.com/ExpediaGroup/graphql-kotlin) from 8.6.0 to 8.7.0. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/8.6.0...8.7.0) --- updated-dependencies: - dependency-name: com.expediagroup.graphql dependency-version: 8.7.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 4999e7c..4165150 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ plugins { kotlin("jvm") version "2.1.20" id("org.jetbrains.kotlin.plugin.serialization") version "2.1.20" id("com.gradleup.shadow") version "8.3.6" - id("com.expediagroup.graphql") version "8.6.0" + id("com.expediagroup.graphql") version "8.7.0" } group = "no.nav"