Would you please update bitrise's fomula version of licenseplist

Currently, if I run brew install licenseplist on bitrise, version 3.22.5 is being downloaded. But now the latest version is 3.23.3.
I think it’s because the formula version of bitrise is old, is that right?

First of all

cd "$(brew --repository)/Library/Taps/homebrew/homebrew-core"
git remote set-url origin https://github.com/Homebrew/homebrew-core.git
brew update
brew install licenseplist

We were able to install the latest version with the above code, but since it takes about 12 seconds more to build than before, so I want bitrise to officially solve the problem.

We update the brew mirror regularly to improve build performance.

If you retest this is most likely already resolved