Update to commons-codec 1.15:
New features:
o CODEC-290: Base16Codec and Base16Input/OutputStream.
Thanks to Adam Retter.
o CODEC-291: Hex encode/decode with existing arrays.
Thanks to Adam Retter.
Fixed Bugs:
o CODEC-264: MurmurHash3: Ensure hash128 maintains the sign extension
bug.
Thanks to Andy Seaborne.
Changes:
o CODEC-280: Base32/Base64/BCodec: Added strict decoding property to
control handling of trailing bits. Default lenient mode
discards them without error. Strict mode raise an
exception.
o CODEC-289: Base32/Base64 Input/OutputStream: Added strict decoding
property to control handling of trailing bits. Default
lenient mode discards them without error. Strict mode
raise an exception.
o Update tests from JUnit 4.12 to 4.13.
Thanks to Gary Gregory.
o Update actions/checkout from v1 to v2.3.2 #50, #56.
Thanks to Dependabot.
o Update actions/setup-java from v1.4.0 to v1.4.1 #57.
Thanks to Dependabot.