From a17435c8f9a229e38d7e802f504e8628ba5e7631 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Thu, 28 May 2020 15:50:52 +0000 Subject: [PATCH] chore(deps) bump the kong-build-tools dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97cf5336a7ed..8fdb3cc9e697 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ RESTY_VERSION ?= `grep RESTY_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk RESTY_LUAROCKS_VERSION ?= `grep RESTY_LUAROCKS_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` RESTY_OPENSSL_VERSION ?= `grep RESTY_OPENSSL_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` RESTY_PCRE_VERSION ?= `grep RESTY_PCRE_VERSION $(KONG_SOURCE_LOCATION)/.requirements | awk -F"=" '{print $$2}'` -KONG_BUILD_TOOLS ?= '4.6.0' +KONG_BUILD_TOOLS ?= '4.6.1' OPENRESTY_PATCHES_BRANCH ?= master KONG_NGINX_MODULE_BRANCH ?= master