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 Norman Maurer
parent 85eb96c68e
commit 3085ea3d0b

View File

@ -488,7 +488,8 @@
<skipOsgiTestsuite>false</skipOsgiTestsuite>
<skipAutobahnTestsuite>false</skipAutobahnTestsuite>
<skipHttp2Testsuite>false</skipHttp2Testsuite>
<skipJapicmp>true</skipJapicmp>
<skipJapicmp>false</skipJapicmp>
<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>