Skip to content

Commit

Permalink
update jprotobuf version to 1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Jul 5, 2019
1 parent a089be1 commit ccedb03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ golang 协议实现: [https://github.com/baidu-golang/baidurpc](https://github.c
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf-rpc-core</artifactId>
<version>3.5.22</version>
<version>3.5.24</version>
</dependency>

<!-- 提供spring扩展 -->
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf-rpc-core-spring</artifactId>
<version>3.5.22</version>
<version>3.5.24</version>
</dependency>

<!-- 基于redis实现服务注册,发现功能 -->
<dependency>
<groupId>com.baidu</groupId>
<artifactId>jprotobuf-rpc-registry-redis</artifactId>
<version>3.5.22</version>
<version>3.5.24</version>
</dependency>

```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.baidu</groupId>
<artifactId>jprotobuf-rpc-socket</artifactId>
<version>3.5.24</version>
<version>3.5.25-SNAPSHOT</version>
<packaging>pom</packaging>

<name>jprotobuf-rpc-socket</name>
Expand All @@ -27,7 +27,7 @@
<junit.version>4.10</junit.version>

<!-- Common libs -->
<jprotobuf.version>1.11.9</jprotobuf.version>
<jprotobuf.version>1.11.11</jprotobuf.version>
<jprotobuf-rpc-common.version>1.9</jprotobuf-rpc-common.version>
<commons-pool2.version>2.3</commons-pool2.version>
<netty-all.version>4.0.27.Final</netty-all.version>
Expand Down

0 comments on commit ccedb03

Please # to comment.