Brew installation of Kong 2.5.0 doesn't bump dependencies

I’m installing the new kong version using brew install kong/kong/kong

According to the release note, some dependencies versions should be updated. For example openresty should bumped from 1.19.3.1 to 1.19.3.2

However, the installation still downloads old dependencies:

==> Installing kong from kong/kong
==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/manifests/8.32-2
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/coreutils/blobs/sha256:371ec57703b3646e0113331308b6e03617c2a7f91e15e113380b605455daba20
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:371ec57703b3646e0113331308b6e03617c2a7f91e15e113380b605455daba20?se=2021-08-02T11%3A50%3A00Z&sig=t4aoIaAQTKOrN%2BF4MaclQkRBhRPox1UcXNu%2BaQU2Um0%3D&sp=r&spr=https&sr=b&sv=2019-12-12
######################################################################## 100.0%
==> Downloading https://github.com/Kong/kong-build-tools/archive/4.17.0.zip
==> Downloading from https://codeload.github.com/Kong/kong-build-tools/zip/4.17.0
   #=O#- #    #
==> Downloading https://download.konghq.com/gateway-src/kong-2.5.0.tar.gz
==> Downloading from https://kong-cloud-01-prod-us-east-2-kong-packages-origin.s3.amazonaws.com/pulp3-media/artifact/b7/d6c00143e69998a91ea603edc9996f79032a1af9c3801b1903076f2ba77708?response-content-disposition=attachment%3Bx-pulp-artifact-path%3Dgateway-src__kong-2.5.0.
######################################################################## 100.0%
==> Installing dependencies for kong/kong/kong: coreutils and kong/kong/openresty@1.19.3.1
==> Installing kong/kong/kong dependency: coreutils
==> Pouring coreutils--8.32.big_sur.bottle.2.tar.gz
🍺  /usr/local/Cellar/coreutils/8.32: 476 files, 12.5MB
==> Installing kong/kong/kong dependency: kong/kong/openresty@1.19.3.1
/usr/local/Homebrew/Library/Taps/kong/homebrew-kong/Formula/openresty@1.19.3.1.rb:46: warning: conflicting chdir during another chdir block
==> ./kong-ngx-build --prefix /usr/local/Cellar/openresty@1.19.3.1/1.19.3.1 --openresty 1.19.3.1 --openssl 1.1.1k --luarocks 3.5.0 --pcre 8.44 -j 12

Looks like Kong homebrew formula was not updated with the required versions.
Opened an issue there: