From 20c1a0115d6a0ae1817beb3e59a688ee14365fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:51:31 +0000 Subject: [PATCH] Bump com.expediagroup.graphql from 8.2.0 to 8.2.1 Bumps [com.expediagroup.graphql](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 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 59a5976..b064b0c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ plugins { kotlin("jvm") version "2.0.21" id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21" id("com.github.johnrengelman.shadow") version "8.1.1" - id("com.expediagroup.graphql") version "8.2.0" + id("com.expediagroup.graphql") version "8.2.1" } group = "no.nav"