Skip to content
Update to commons-codec 1.18.0:
New features
------------

*             Add Base32.Builder.setHexDecodeTable(boolean). Thanks to
Gary Gregory, Julian Reschke.
*             Add Base32.Builder.setHexEncodeTable(boolean). Thanks to
Gary Gregory, Julian Reschke.

Changes
-------

*             Bump org.apache.commons:commons-parent from 78 to 79.
Thanks to Gary Gregory.

And from skipped 1.17.2:
Fixed Bugs
----------

*             Rewrite DaitchMokotoffSoundex.soundex(String) using
String.join(). Thanks to Gary Gregory.
* CODEC-324:  Use Resource.class to load resources, rather than its
class loader #353. Thanks to Michael Froh.
*             Deprecate CharSequenceUtils.CharSequenceUtils(). Thanks to
Gary Gregory.
*             Deprecate Sha2Crypt.Sha2Crypt(). Thanks to Gary Gregory.

Changes
-------

*             Bump org.apache.commons:commons-lang3 from 3.14.0 to
3.17.0 #296, #305, #313. Thanks to Dependabot.
*             Bump org.apache.commons:commons-parent from 71 to
78 #310, #312, #319, #323, #326, #333. Thanks to Gary Gregory.
*             [test] Bump commons-io:commons-io from 2.16.1 to
2.18.0 #318, #341. Thanks to Gary Gregory, Dependabot.
*             Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to
3.2.1 #332. Thanks to Gary Gregory, Dependabot.