diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-10 22:13:39 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-10 22:13:52 +0000 |
commit | 78fc3f2301810257783211532a1bc883858b7026 (patch) | |
tree | 521e7d10e051746b87d087842c786d09379942ba | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-78fc3f2301810257783211532a1bc883858b7026.tar locusts-78fc3f2301810257783211532a1bc883858b7026.tar.gz locusts-78fc3f2301810257783211532a1bc883858b7026.tar.bz2 locusts-78fc3f2301810257783211532a1bc883858b7026.tar.lz locusts-78fc3f2301810257783211532a1bc883858b7026.tar.xz locusts-78fc3f2301810257783211532a1bc883858b7026.tar.zst locusts-78fc3f2301810257783211532a1bc883858b7026.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.10 to 2.2.20
- [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.10...v2.2.20)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.2.20
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 b62f0fc..4d809ec 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.10" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.2.20" } |