Re: [PR] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 [santuario-xml-security-java]

2024-02-08 Thread via GitHub


coheigea merged PR #278:
URL: https://github.com/apache/santuario-xml-security-java/pull/278


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@santuario.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 [santuario-xml-security-java]

2024-02-08 Thread via GitHub


dependabot[bot] opened a new pull request, #278:
URL: https://github.com/apache/santuario-xml-security-java/pull/278

   Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) 
from 1.16.0 to 1.16.1.
   
   Changelog
   Sourced from https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt;>commons-codec:commons-codec's
 changelog.
   
   Apache Commons Codec 1.16.1
   RELEASE NOTES
   The Apache Commons Codec component contains encoder and decoders for
   various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In 
addition to these
   widely used encoders and decoders, the codec package also maintains a
   collection of phonetic encoding utilities.
   Feature and fix release. Requires a minimum of Java 8.
   Changes in this version include:
   New features:
   o Add Maven property project.build.outputTimestamp for build 
reproducibility. Thanks to Gary Gregory.
   Fixed Bugs:
   o CODEC-295:  Test clean ups. Thanks to Gary Gregory.
   o [StepSecurity] ci: Harden GitHub Actions https://redirect.github.com/apache/commons-codec/issues/187;>#187. 
Thanks to step-security-bot, Gary Gregory.
   o CODEC-295:  Correct error in Base64 Javadoc https://redirect.github.com/apache/commons-codec/issues/188;>#188. 
Thanks to Evan Saulpaugh.
   o CODEC-295:  Add minimum Java version in changes.xml https://redirect.github.com/apache/commons-codec/issues/186;>#186. 
Thanks to Olivier Jaquemet, Gary Gregory.
   o CODEC-310:  Documentation update for the org.apache.commons.codec.digest.* 
package https://redirect.github.com/apache/commons-codec/issues/208;>#208. 
Thanks to Yakov Shafranovich.
   o Precompile regular expression in UnixCrypt.crypt(byte[], 
String). Thanks to Gary Gregory.
   o CODEC-315:  Fix possible IndexOutOfBoundException in PhoneticEngine.encode 
method https://redirect.github.com/apache/commons-codec/issues/223;>#223. 
Thanks to Arthur Chan, Gary Gregory.
   o CODEC-313:  Fix possible ArrayIndexOutOfBoundsException in 
QuotedPrintableCodec.encodeQuotedPrintable() method https://redirect.github.com/apache/commons-codec/issues/221;>#221. 
Thanks to Arthur Chan, Gary Gregory.
   o CODEC-312:  Fix possible StringIndexOutOfBoundException in 
MatchRatingApproachEncoder.encode() method https://redirect.github.com/apache/commons-codec/issues/220;>#220. 
Thanks to Arthur Chan, Gary Gregory.
   o CODEC-311:  Fix possible ArrayIndexOutOfBoundException in 
RefinedSoundex.getMappingCode() https://redirect.github.com/apache/commons-codec/issues/219;>#219. 
Thanks to Arthur Chan, Gary Gregory.
   o CODEC-314:  Fix possible IndexOutOfBoundsException in 
PercentCodec.insertAlwaysEncodeChars() method https://redirect.github.com/apache/commons-codec/issues/222;>#222. 
Thanks to Arthur Chan, Gary Gregory.
   o Deprecate UnixCrypt 0-argument constructor. Thanks to Gary 
Gregory.
   o Deprecate Md5Crypt 0-argument constructor. Thanks to Gary 
Gregory.
   o Deprecate Crypt 0-argument constructor. Thanks to Gary Gregory.
   o Deprecate StringUtils 0-argument constructor. Thanks to Gary 
Gregory.
   o Deprecate Resources 0-argument constructor. Thanks to Gary 
Gregory.
   o Deprecate Charsets 0-argument constructor. Thanks to Gary 
Gregory.
   o Deprecate CharEncoding 0-argument constructor. Thanks to Gary 
Gregory.
   o Add missing version for animal-sniffer-maven-plugin. Thanks to 
Gary Gregory.
   Changes:
   o Bump commons-parent from 58 to 66. Thanks to Dependabot, Gary 
Gregory.
   o Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary 
Gregory.
   o Bump commons-io from 2.13.0 to 2.15.1. Thanks to Gary 
Gregory.
   For complete information on Apache Commons Codec, including instructions 
on how to submit bug reports,
   patches, or suggestions for improvement, see the Apache Commons Codec 
website:
   https://commons.apache.org/proper/commons-codec/;>https://commons.apache.org/proper/commons-codec/
   Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi;>https://commons.apache.org/proper/commons-codec/download_codec.cgi
   
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/apache/commons-codec/commit/e59fc76531141cb4a36f3031457b9d5f07e5e43f;>e59fc76
 Prepare release candidate
   https://github.com/apache/commons-codec/commit/90c8023be911b42bab20b31b0e325174df0ee452;>90c8023
 Prepare for the next release candidate
   https://github.com/apache/commons-codec/commit/05714adcf957e7a7644a71cd82de30145288ff38;>05714ad
 Prepare release candidate
   https://github.com/apache/commons-codec/commit/060be1a1ca4b229ab348618ecae506a65543356f;>060be1a
 Add missing version for animal-sniffer-maven-plugin
   https://github.com/apache/commons-codec/commit/0fd7b59fb1dbd67260429e1d75789fca92ab8a6f;>0fd7b59
 Remove variable assignment just before returning it