diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-14 22:47:58 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-08-14 22:48:11 +0000 |
commit | 384207474200c01940fb03fc44f48cbd9a4e1e78 (patch) | |
tree | 3eb2651de1495b9a8f817ffa9168b889939ac628 /gradle | |
parent | build(deps-dev): bump @sveltejs/kit in the nodejs-dependencies group (diff) | |
download | locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar.gz locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar.bz2 locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar.lz locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar.xz locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.tar.zst locusts-384207474200c01940fb03fc44f48cbd9a4e1e78.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.2.0 to 2.2.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.2.0...v2.2.10)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.2.10
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 6e22e73..b62f0fc 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.2.0" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.2.10" } |