From c061974b206b14dbe6ac3967c166d4123e14e3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 08:10:11 +0000 Subject: [PATCH] Bump jvm from 2.2.10 to 2.2.20 Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.10...v2.2.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.2.20 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 1b10748..616afee 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ val graphql_kotlin_version = "8.8.1" plugins { application - kotlin("jvm") version "2.2.10" + kotlin("jvm") version "2.2.20" id("org.jetbrains.kotlin.plugin.serialization") version "2.2.10" id("com.gradleup.shadow") version "8.3.8" id("com.expediagroup.graphql") version "8.8.1"