diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-27 22:25:37 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-01-27 22:25:53 +0000 |
commit | 9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f (patch) | |
tree | ad2406d39bd09059fa42f701b62f2ea91c76c806 /gradle | |
parent | build(deps-dev): bump the nodejs-dependencies group with 3 updates (diff) | |
download | locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar.gz locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar.bz2 locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar.lz locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar.xz locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.tar.zst locusts-9ebf8506853c9c4be10f6be0587bb2abfbd0ae9f.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.0 to 2.1.10
- [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.0...v2.1.10)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
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 90972ed..3c5120f 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.0" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.10" } |