Skip to content

Commit

Permalink
update version of samples
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Sep 10, 2018
1 parent 808814b commit eb48984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/springbootsample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-starter-redis</artifactId>
<version>2.5.6</version>
<version>2.5.7</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions samples/springsample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-anno</artifactId>
<version>2.5.6</version>
<version>2.5.7</version>
</dependency>
<dependency>
<groupId>com.alicp.jetcache</groupId>
<artifactId>jetcache-redis</artifactId>
<version>2.5.6</version>
<version>2.5.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit eb48984

Please sign in to comment.