This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 07b92a3 RATIS-2468. Bump guava to 33.5.0-jre (#85)
07b92a3 is described below
commit 07b92a32ae31ed6a965d4ce7b1d2dc3cffabb312
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 28 18:32:01 2026 +0100
RATIS-2468. Bump guava to 33.5.0-jre (#85)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3ab6705..9c5ec1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
<!-- third party library versions -->
<gson.version>2.13.2</gson.version>
- <guava.version>32.1.3-jre</guava.version>
+ <guava.version>33.5.0-jre</guava.version>
<io.opencensus.version>0.21.0</io.opencensus.version>
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>