From 80fe2336040c4078f1abe82bcf49fde063f48347 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 13 May 2019 09:53:48 +0200 Subject: [PATCH] DATAREDIS-982 - Upgrade to Redis 5.0.4. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9c39a414..638ae53f8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -REDIS_VERSION:=5.0.0 +REDIS_VERSION:=5.0.4 SPRING_PROFILE?=ci SHELL=/bin/bash -euo pipefail