aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-17 22:37:59 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-12-17 22:38:12 +0000
commitc4495081f9a91461287fcaa85732a1b3050e81fd (patch)
tree3537dd625ea30cd9533dc7d54b7f10a3e0860510 /gradle/libs.versions.toml
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar.gz
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar.bz2
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar.lz
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar.xz
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.tar.zst
locusts-c4495081f9a91461287fcaa85732a1b3050e81fd.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.3.1-jre to 33.4.0-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-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 702766d..90972ed 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@
[versions]
commons-math3 = "3.6.1"
-guava = "33.3.1-jre"
+guava = "33.4.0-jre"
[libraries]
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }