Skip to content

Commit

Permalink
build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.1.0-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.1.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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent b8d3ed1 commit 9d32a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ fuel-kotlinx-serialization = { group = "com.github.kittinunf.fuel", name = "fuel
# Guava
## A set of core Java libraries from Google that includes new collection types, immutable collections, a graph library,
## and utilities for concurrency, I/O, hashing, caching, primitives, strings, and more
guava = { group = "com.google.guava", name = "guava", version = "32.1.3-jre" }
guava = { group = "com.google.guava", name = "guava", version = "33.1.0-jre" }
# Guava Kotlin
## A wrapper around Guava to make it more idiomatic in kotlin
guava-kotlin = { group = "ca.solo-studios", name = "guava-kotlin", version = "0.1.0" }
Expand Down

0 comments on commit 9d32a8b

Please sign in to comment.