From 2a1be5d6febbfeb22dd0050ae0d67c81b5e840fd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 22 Feb 2022 14:14:58 +0100 Subject: [PATCH] Upgrade to Redis 6.2.6. Closes #2272 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0e497591..dcfae4a4f 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:=6.2.4 +REDIS_VERSION:=6.2.6 SPRING_PROFILE?=ci SHELL=/bin/bash -euo pipefail