From fdd25bc09c83986fca815dcadb16bc37dbd59856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:56:48 +0100 Subject: [PATCH] chore(deps): bump jvm from 2.1.0 to 2.1.10 in /bindings/kotlin (#8) Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bindings/kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/kotlin/build.gradle.kts b/bindings/kotlin/build.gradle.kts index 2ba0272..6a5e17a 100644 --- a/bindings/kotlin/build.gradle.kts +++ b/bindings/kotlin/build.gradle.kts @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget version = versionFromCargo("../../Cargo.toml") plugins { - kotlin("jvm") version "2.1.0" + kotlin("jvm") version "2.1.10" id("com.github.johnrengelman.shadow") version "8.1.1" }