aboutsummaryrefslogtreecommitdiffstats
path: root/gradle
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-14 23:16:33 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-04-14 23:16:44 +0000
commit74c2d7ad96df1987114a917c818678e6bc360f30 (patch)
treec5476829ee7319b64c2c87f2f76f7c05942c91d0 /gradle
parentbuild(deps-dev): bump the nodejs-dependencies group with 8 updates (diff)
downloadlocusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar.gz
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar.bz2
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar.lz
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar.xz
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.tar.zst
locusts-74c2d7ad96df1987114a917c818678e6bc360f30.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.7-jre to 33.4.8-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.8-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 07b4dd1..0ce1c4f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@
[versions]
commons-math3 = "3.6.1"
-guava = "33.4.7-jre"
+guava = "33.4.8-jre"
[libraries]
commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" }