aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-12-18 20:19:59 -0500
committerGitHub <noreply@github.com>2023-12-18 20:19:59 -0500
commitdc3f86bf525c4018c2973bd18236a59f763bf4a0 (patch)
tree1ecf22b58136f12dca1a91e0cffb4897c2ed5d7d
parent452b60b574fe8dadb1fd3bbc1aa1771c352eff5b (diff)
downloadkotlinpoet-dc3f86bf525c4018c2973bd18236a59f763bf4a0.tar.gz
Update dependency com.google.guava:guava to v33 (#1776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 57a25562..f7312efa 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -29,7 +29,7 @@ kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compat
[libraries]
autoCommon = { module = "com.google.auto:auto-common", version = "1.2.2" }
-guava = { module = "com.google.guava:guava", version = "32.1.3-jre" }
+guava = { module = "com.google.guava:guava", version = "33.0.0-jre" }
javapoet = "com.squareup:javapoet:1.13.0"
autoService = "com.google.auto.service:auto-service-annotations:1.1.1"