This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit 046032e43f6197b73a93fe9519ae58f389883a91
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 16 11:17:07 2026 +0200
RATIS-2503. Bump guava to 33.6.0-jre (#106)
(cherry picked from commit b7d22ea565023dac5a39b44a0ce6794458c7f852)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1cfdf53..c6795e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
<!-- third party library versions -->
<gson.version>2.13.2</gson.version>
- <guava.version>33.5.0-jre</guava.version>
+ <guava.version>33.6.0-jre</guava.version>
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>
<ratis.thirdparty.shaded.native.prefix>org_apache_ratis_thirdparty_</ratis.thirdparty.shaded.native.prefix>