From 6b247992ed149264d40ba8c0afbb7d8610d13ead Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 25 Apr 2018 14:22:44 +0200 Subject: [PATCH] DATAREDIS-817 - Upgrade build to use Redis 4.0.9. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b97c63319..13d7e6558 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2011-2017 the original author or authors. +# Copyright 2011-2018 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -REDIS_VERSION:=4.0.2 +REDIS_VERSION:=4.0.9 SPRING_PROFILE?=ci #######