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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-29 19:56:48 +01:00
committed by GitHub
parent b3b89d84ba
commit fdd25bc09c

View File

@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
version = versionFromCargo("../../Cargo.toml") version = versionFromCargo("../../Cargo.toml")
plugins { plugins {
kotlin("jvm") version "2.1.0" kotlin("jvm") version "2.1.10"
id("com.github.johnrengelman.shadow") version "8.1.1" id("com.github.johnrengelman.shadow") version "8.1.1"
} }