From a850793c1bd0682b0f7982fd39521e929ae7d84f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:51:56 +0000 Subject: [PATCH] Deps: Update dependency com.google.guava:guava to v33.3.1-jre --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fbea878..74867ed 100644 --- a/build.gradle +++ b/build.gradle @@ -181,7 +181,7 @@ checkstyle { configurations.checkstyle { // Use Google Guava instead of Google Collections. resolutionStrategy.capabilitiesResolution.withCapability('com.google.collections:google-collections') { - select('com.google.guava:guava:33.3.0-jre') + select('com.google.guava:guava:33.3.1-jre') } }