Skip to content

Commit

Permalink
update minor version of fastjson and lettuce
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Oct 16, 2018
1 parent e40a9da commit beecbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jetcache-support/jetcache-redis-lettuce/pom.xml
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>5.0.4.RELEASE</version>
<version>5.0.5.RELEASE</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.47</version>
<version>1.2.51</version>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
Expand Down

0 comments on commit beecbc8

Please sign in to comment.