Skip to content

Commit

Permalink
chore(ci) bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gszr committed Aug 18, 2021
1 parent 6f54813 commit 12d5abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ BUILD_TOOLS_DOWNLOAD=$DOWNLOAD_ROOT/kong-build-tools
BUILD_TOOLS_BRANCH=${BUILD_TOOLS_BRANCH:=master}

if [ ! -d $BUILD_TOOLS_DOWNLOAD ]; then
git clone -b $BUILD_TOOLS_BRANCH -q https://github.com/Kong/kong-build-tools.git $BUILD_TOOLS_DOWNLOAD
git clone -b $BUILD_TOOLS_BRANCH https://github.com/Kong/kong-build-tools.git $BUILD_TOOLS_DOWNLOAD
else
pushd $BUILD_TOOLS_DOWNLOAD
git fetch
git reset --hard $BUILD_TOOLS_BRANCH
git reset --hard origin/$BUILD_TOOLS_BRANCH
popd
fi

Expand Down
7 changes: 3 additions & 4 deletions .requirements
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
RESTY_VERSION=1.17.8.2
RESTY_LUAROCKS_VERSION=3.2.1
RESTY_OPENSSL_VERSION=1.1.1h
RESTY_PCRE_VERSION=8.44
RESTY_VERSION=1.19.3.2
RESTY_LUAROCKS_VERSION=3.7.0
RESTY_OPENSSL_VERSION=1.1.1k

0 comments on commit 12d5abd

Please sign in to comment.