aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-08 23:00:59 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-04-08 23:01:16 +0000
commit25569b3c59a9d0d71da9466360bd2ad0de612efb (patch)
tree0c04354954296bcf17c74a878451b005adb6bec1 /gradle
parentbuild(deps-dev): bump svelte in the nodejs-dependencies group (diff)
downloadlocusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar.gz
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar.bz2
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar.lz
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar.xz
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.tar.zst
locusts-25569b3c59a9d0d71da9466360bd2ad0de612efb.zip
build(deps): bump com.google.guava:guava in the jvm-dependencies group
Bumps the jvm-dependencies group with 1 update: [com.google.guava:guava](https://github.com/google/guava). Updates `com.google.guava:guava` from 33.4.6-jre to 33.4.7-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.4.7-jre 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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 124a5e0..07b4dd1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@
[versions]
commons-math3 = "3.6.1"
-guava = "33.4.6-jre"
+guava = "33.4.7-jre"
[libraries]
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }