This is an automated email from the ASF dual-hosted git repository.

jianbin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 8e5de2456d bugfix: Parse protocol file failed (#6324)
8e5de2456d is described below

commit 8e5de2456d46cbb37d5be31e78714628b0b4da1d
Author: SABERYJS <[email protected]>
AuthorDate: Mon Feb 5 16:00:54 2024 +0800

    bugfix: Parse protocol file failed (#6324)
---
 changes/en-us/2.x.md | 2 ++
 changes/zh-cn/2.x.md | 2 ++
 dependencies/pom.xml | 2 +-
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index ee15b98e0c..898880d63d 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -23,6 +23,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6256](https://github.com/apache/incubator-seata/pull/6256)] fix 
raft-discovery cannot read registry configuration for seata-all sdk
 - [[#6232](https://github.com/apache/incubator-seata/pull/6232)] convert to 
utf8mb4 if mysql column is json type
 - [[#6278](https://github.com/apache/incubator-seata/pull/6278)] fix 
ProtocolV1SerializerTest failed
+- [[#6324](https://github.com/apache/incubator-seata/pull/6324)] fix Parse 
protocol file failed
 
 
 ### optimize:
@@ -124,5 +125,6 @@ Thanks to these contributors for their code commits. Please 
report an unintended
 - [dreamskyvision](https://github.com/dreamskyvision)
 - [jsbxyyx](https://github.com/jsbxyyx)
 - [liuqiufeng](https://github.com/liuqiufeng)
+- [saberyjs](https://github.com/SABERYJS)
 
 Also, we receive many valuable issues, questions and advices from our 
community. Thanks for you all.
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 22a26766a9..e8795ee267 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -23,6 +23,7 @@
 - [[#6256](https://github.com/apache/incubator-seata/pull/6256)] 修复在seata-all 
sdk下,raft-discovery模块不能读取registry.conf的配置的问题
 - [[#6232](https://github.com/apache/incubator-seata/pull/6232)] 
修复在mysql的json类型下出现Cannot create a JSON value from a string with CHARACTER SET 
'binary'问题
 - [[#6278](https://github.com/apache/incubator-seata/pull/6278)] 修复 
ProtocolV1SerializerTest 失败问题
+- [[#6324](https://github.com/apache/incubator-seata/pull/6324)] 修复 Parse 
protocol file failed
 
 ### optimize:
 - [[#6031](https://github.com/apache/incubator-seata/pull/6031)] 
添加undo_log表的存在性校验
@@ -123,5 +124,6 @@
 - [dreamskyvision](https://github.com/dreamskyvision)
 - [jsbxyyx](https://github.com/jsbxyyx)
 - [liuqiufeng](https://github.com/liuqiufeng)
+- [saberyjs](https://github.com/SABERYJS)
 
 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index be6e3d61db..b4121788fd 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -72,7 +72,7 @@
         <commons-compress.version>1.21</commons-compress.version>
         <ant.version>1.10.12</ant.version>
         <lz4.version>1.7.1</lz4.version>
-        <jraft.version>1.3.13</jraft.version>
+        <jraft.version>1.3.14</jraft.version>
         <netty.version>4.1.86.Final</netty.version>
         <snakeyaml.version>2.0</snakeyaml.version>
         <sofa.hessian.version>4.0.3</sofa.hessian.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to