Skip to content

Commit 59aba7e

Browse files
committed
chore
1 parent 59ea17c commit 59aba7e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

leanengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>cn.leancloud</groupId>
6262
<artifactId>storage-core</artifactId>
63-
<version>7.0.10-SNAPSHOT</version>
63+
<version>7.1.0-SNAPSHOT</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.apache.logging.log4j</groupId>

realtime/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
<dependency>
5656
<groupId>cn.leancloud</groupId>
5757
<artifactId>storage-core</artifactId>
58-
<version>7.0.10-SNAPSHOT</version>
58+
<version>7.1.0-SNAPSHOT</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.protobuf</groupId>
6262
<artifactId>protobuf-java</artifactId>
63-
<version>3.9.1</version>
63+
<version>3.14.0</version>
6464
</dependency>
6565
<!--<dependency>-->
6666
<!--<groupId>org.apache.commons</groupId>-->

0 commit comments

Comments
 (0)