Skip to content

Bump commons-codec from 1.16.0 to 1.16.1

Bumps commons-codec from 1.16.0 to 1.16.1.

Changelog

Sourced from 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.

New features

  •         Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.

Fixed Bugs

  • CODEC-295: Test clean ups. Thanks to Gary Gregory.
  •         [StepSecurity] ci: Harden GitHub Actions [#187](https://github.com/apache/commons-codec/issues/187). Thanks to step-security-bot, Gary Gregory.
  • CODEC-295: Correct error in Base64 Javadoc #188. Thanks to Evan Saulpaugh.
  • CODEC-295: Add minimum Java version in changes.xml #186. Thanks to Olivier Jaquemet, Gary Gregory.
  • CODEC-310: Documentation update for the org.apache.commons.codec.digest.* package #208. Thanks to Yakov Shafranovich.
  •         Precompile regular expression in UnixCrypt.crypt(byte[], String). Thanks to Gary Gregory.
  • CODEC-315: Fix possible IndexOutOfBoundException in PhoneticEngine.encode method #223. Thanks to Arthur Chan, Gary Gregory.
  • CODEC-313: Fix possible ArrayIndexOutOfBoundsException in QuotedPrintableCodec.encodeQuotedPrintable() method #221. Thanks to Arthur Chan, Gary Gregory.
  • CODEC-312: Fix possible StringIndexOutOfBoundException in MatchRatingApproachEncoder.encode() method #220. Thanks to Arthur Chan, Gary Gregory.
  • CODEC-311: Fix possible ArrayIndexOutOfBoundException in RefinedSoundex.getMappingCode() #219. Thanks to Arthur Chan, Gary Gregory.
  • CODEC-314: Fix possible IndexOutOfBoundsException in PercentCodec.insertAlwaysEncodeChars() method #222. Thanks to Arthur Chan, Gary Gregory.
  •         Deprecate UnixCrypt 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate Md5Crypt 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate Crypt 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate StringUtils 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate Resources 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate Charsets 0-argument constructor. Thanks to Gary Gregory.
  •         Deprecate CharEncoding 0-argument constructor. Thanks to Gary Gregory.
  •         Add missing version for animal-sniffer-maven-plugin. Thanks to Gary Gregory.

Changes

  •         Bump commons-parent from 58 to 66. Thanks to Dependabot, Gary Gregory.
  •         Bump commons-lang3 from 3.12.0 to 3.14.0. Thanks to Gary Gregory.
  •         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/

... (truncated)

Commits
  • e59fc76 Prepare release candidate
  • 90c8023 Prepare for the next release candidate
  • 05714ad Prepare release candidate
  • 060be1a Add missing version for animal-sniffer-maven-plugin
  • 0fd7b59 Remove variable assignment just before returning it
  • 19649cd Add Maven property project.build.outputTimestamp for build
  • 6d92b6a Bump org.apache.commons:commons-parent from 65 to 66 #239
  • a76c362 Bump org.apache.commons:commons-parent from 65 to 66 (#239)
  • 0aee0c8 Add property project.build.outputTimestamp for build reproducibility
  • d322ef0 Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#238)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports