diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-16 22:25:55 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2026-03-16 22:26:09 +0000 |
| commit | cc00cc0b1d9ced814b1adb6d18859f452925accb (patch) | |
| tree | d8d6d5d6eedc719806e5d836449e5d5a605736fb /gradle/libs.versions.toml | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
| download | locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar.gz locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar.bz2 locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar.lz locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar.xz locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.tar.zst locusts-cc00cc0b1d9ced814b1adb6d18859f452925accb.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.3.10 to 2.3.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.3.10...v2.3.20)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.3.20
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 '')
| -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 f14f2db..fced87c 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.3.10" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.3.20" } |
