Update to the latest version of Guava.

This commit is contained in:
Jon Chambers 2020-06-26 12:34:59 -04:00 committed by Jon Chambers
parent 47e8cd409c
commit 9b26bc3487
2 changed files with 4 additions and 5 deletions

View File

@ -154,10 +154,9 @@ second replication group on ```6387, 6379``` and third replication group on ephe
Redis version
==============
When not provided with the desired redis executable, RedisServer runs os-dependent executable enclosed in jar. Currently is uses:
- Redis 2.8.19 in case of Linux/Unix
- Redis 2.8.19 in case of OSX
- Redis 2.8.19 in case of Windows: https://github.com/MSOpenTech/redis/releases/tag/win-2.8.19
When not provided with the desired redis executable, RedisServer runs os-dependent executable enclosed in jar. Currently it uses:
- Redis 6.0.5 in case of Linux/Unix
- Redis 6.0.5 in case of OSX
However, you should provide RedisServer with redis executable if you need specific version.

View File

@ -40,7 +40,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>21.0</version>
<version>29.0-jre</version>
</dependency>
<dependency>