build(deps): bump jvm from 1.9.10 to 1.9.21

Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.21.
- [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/v1.9.10...v1.9.21)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 07:16:41 +00:00 committed by GitHub
parent ba306e679f
commit 15cc23782e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
plugins {
kotlin("jvm") version "1.9.10" apply false
kotlin("jvm") version "1.9.21" apply false
id("org.jetbrains.kotlinx.kover") version "0.7.4" apply false
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.13.2" apply false
}