diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-27 23:10:04 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-11-27 23:10:20 +0000 |
commit | d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc (patch) | |
tree | 1dba6455859aec111bd9f1c76bf18c67fba04a2c /gradle | |
parent | build(deps-dev): bump the nodejs-dependencies group with 4 updates (diff) | |
download | locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar.gz locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar.bz2 locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar.lz locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar.xz locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.tar.zst locusts-d67fbbb179578d6b786aa3d3eb6f020e4a7a8cbc.zip |
Bumps the jvm-dependencies group with 1 update: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin).
Updates `org.jetbrains.kotlin.jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.21...v2.1.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-type: direct:production
update-type: version-update:semver-minor
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 c536f47..702766d 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.0.21" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.1.0" } |