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 b7d22ea RATIS-2503. Bump guava to 33.6.0-jre (#106)
b7d22ea is described below
commit b7d22ea565023dac5a39b44a0ce6794458c7f852
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)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 183f0c6..5ec676a 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>