aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-29 19:22:00 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-29 19:22:14 +0000
commit1dbe2b570e2ed825101d31486c65adfaa7738e2d (patch)
tree38902d927a1308c5b6006e868600b7a92ced5ddf
parentchore: Update dependency management for Gradle and Go modules (diff)
downloadlocusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar.gz
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar.bz2
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar.lz
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar.xz
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.tar.zst
locusts-1dbe2b570e2ed825101d31486c65adfaa7738e2d.zip
Bump the jvm-dependencies group with 2 updates
Bumps the jvm-dependencies group with 2 updates: [com.google.guava:guava](https://github.com/google/guava) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `com.google.guava:guava` from 33.2.1-jre to 33.3.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.jetbrains.kotlin.jvm` from 2.0.0 to 2.0.21 - [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.0.0...v2.0.21) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jvm-dependencies - dependency-name: org.jetbrains.kotlin.jvm 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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 8df1263..c536f47 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,11 +3,11 @@
[versions]
commons-math3 = "3.6.1"
-guava = "33.2.1-jre"
+guava = "33.3.1-jre"
[libraries]
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
[plugins]
-kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" }
+kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.21" }