Bump Brotli4j to 1.5.0 (#11509)

Motivation:
Brotli4j had some changes for performance improvements. So we should upgrade to the latest version of Brotli4j.

See https://github.com/hyperxpro/Brotli4j/pull/27

Modification:
Upgraded Broti4j from 1.4.2 to 1.5.0.

Result:
Up-to-date Broti4j library.
This commit is contained in:
Aayush Atharva 2021-07-26 11:59:07 +05:30 committed by GitHub
parent 0cb25f9fdd
commit 7110997072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,7 +527,7 @@
<skipHttp2Testsuite>false</skipHttp2Testsuite>
<skipJapicmp>false</skipJapicmp>
<graalvm.version>19.3.6</graalvm.version>
<brotli4j.version>1.4.2</brotli4j.version>
<brotli4j.version>1.5.0</brotli4j.version>
<!-- By default skip native testsuite as it requires a custom environment with graalvm installed -->
<skipNativeImageTestsuite>true</skipNativeImageTestsuite>
<skipShadingTestsuite>false</skipShadingTestsuite>