From 33f4049cd03f9fb846244d9388e876a7a4f63275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:10:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20plugin.serialization=20from?= =?UTF-8?q?=201.9.22=20to=201.9.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spesialist-selve/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spesialist-selve/build.gradle.kts b/spesialist-selve/build.gradle.kts index b0e790a59..5fe4cf119 100644 --- a/spesialist-selve/build.gradle.kts +++ b/spesialist-selve/build.gradle.kts @@ -2,7 +2,7 @@ val graphQLKotlinVersion = "7.0.2" val testcontainersVersion = "1.19.7" plugins { - kotlin("plugin.serialization") version "1.9.22" + kotlin("plugin.serialization") version "1.9.23" id("com.expediagroup.graphql") version "7.0.2" }