diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-16 22:33:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-12-16 22:33:35 +0000 |
| commit | 819dbb396c5ba509b3a3dff3dfe7aba7203d4310 (patch) | |
| tree | f53238f03ac508d7849bc30b886bed9efdba0338 | |
| parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
| download | locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar.gz locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar.bz2 locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar.lz locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar.xz locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.tar.zst locusts-819dbb396c5ba509b3a3dff3dfe7aba7203d4310.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.2.21 to 2.3.0
- [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.21...v2.3.0)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
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 a5374fc..464a4eb 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.21" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.3.0" } |
