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 9ebef4b RATIS-2516. Bump gson to 2.14.0 (#109)
9ebef4b is described below
commit 9ebef4b3ccb3e84525013c036369697682509811
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 10:09:52 2026 +0200
RATIS-2516. Bump gson to 2.14.0 (#109)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 666d483..9780c53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<shaded.dropwizard.version>4.2.38</shaded.dropwizard.version>
<!-- third party library versions -->
- <gson.version>2.13.2</gson.version>
+ <gson.version>2.14.0</gson.version>
<guava.version>33.6.0-jre</guava.version>
<ratis.thirdparty.shaded.prefix>org.apache.ratis.thirdparty</ratis.thirdparty.shaded.prefix>