diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-13 22:14:54 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-05-13 22:15:04 +0000 |
commit | bc5a0a67c7160df690c0b41118b4b95f7f855531 (patch) | |
tree | 409b770a6f5fd7c6628d4f9587d5188f7253a0b5 /gradle | |
parent | build(deps-dev): bump the nodejs-dependencies group with 7 updates (diff) | |
download | locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar.gz locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar.bz2 locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar.lz locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar.xz locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.tar.zst locusts-bc5a0a67c7160df690c0b41118b4b95f7f855531.zip |
build(deps): bump org.jetbrains.kotlin.jvm in the jvm-dependencies group
Bumps the jvm-dependencies group with 1 update: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin).
Updates `org.jetbrains.kotlin.jvm` from 2.1.20 to 2.1.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/v2.1.20...v2.1.21)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: jvm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0ce1c4f..b7e7bd9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -10,4 +10,4 @@ commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "co guava = { module = "com.google.guava:guava", version.ref = "guava" } [plugins] -kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.20" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.21" } |