diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-26 23:15:46 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-03-26 23:15:57 +0000 |
commit | 277f4a338cd3212e62f2e7fcb27958315990ee20 (patch) | |
tree | 2e74e658dc4b3b7d3eb099fb55eee885471178da /gradle | |
parent | build(deps-dev): bump the nodejs-dependencies group with 4 updates (diff) | |
download | locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar.gz locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar.bz2 locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar.lz locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar.xz locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.tar.zst locusts-277f4a338cd3212e62f2e7fcb27958315990ee20.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.5-jre to 33.4.6-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-patch
dependency-group: jvm-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'gradle')
-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 3bb0d68..124a5e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ [versions] commons-math3 = "3.6.1" -guava = "33.4.5-jre" +guava = "33.4.6-jre" [libraries] commons-math3 = { module = "org.apache.commons:commons-math3", version.ref = "commons-math3" } |