diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-02-05 22:25:05 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2026-02-05 22:25:17 +0000 |
| commit | ede85b9883efc37ae6208340afe2d5948dc459d2 (patch) | |
| tree | 6eb69b2506aaf7be3ce90fc8a58d07749c6bf8f0 | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
| download | locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar.gz locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar.bz2 locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar.lz locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar.xz locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.tar.zst locusts-ede85b9883efc37ae6208340afe2d5948dc459d2.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.0 to 2.3.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.3.0...v2.3.10)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.3.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: jvm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 464a4eb..f14f2db 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.0" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.3.10" } |
