Skip to content

Bump commons-codec from 1.10 to 1.15 #2438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2021

Bumps commons-codec from 1.10 to 1.15.

Changelog

Sourced from commons-codec's changelog.

          Apache Commons Codec 1.15 RELEASE NOTES
          September 1 2020

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 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.

Changes in this version include:

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.

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/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


          Apache Commons Codec 1.14 RELEASE NOTES
          December 30 2019

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a

... (truncated)

Commits
  • c89d2af Prepare for 1.15 release
  • ba81ed5 Use gav=true for the maven central redirect
  • cb629f0 Update maven central badge
  • b8090b3 Fix coverage badge to use the 'master' branch not the default 'trunk'
  • fa0562e Test Context toString has debugging info
  • f39003c Test isInAlphabet
  • 9ac33a1 Test all constructors
  • 3535c17 Test encode of null and empty array with an offset
  • e42dfe1 Fix test names
  • 5365879 Test the codec policy property
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies This issue is a problem in a dependency. label Apr 22, 2021
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2021

Codecov Report

Merging #2438 (afff3b1) into master (b9b2ad3) will decrease coverage by 0.01%.
The diff coverage is 88.23%.

❗ Current head afff3b1 differs from pull request most recent head 558605c. Consider uploading reports for the commit 558605c to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2438      +/-   ##
============================================
- Coverage     77.74%   77.73%   -0.02%     
  Complexity      366      366              
============================================
  Files          1247     1248       +1     
  Lines         39508    39525      +17     
  Branches       3093     3093              
============================================
+ Hits          30716    30723       +7     
- Misses         7308     7315       +7     
- Partials       1484     1487       +3     
Flag Coverage Δ Complexity Δ
unittests 77.73% <88.23%> (-0.02%) 366.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...n/awssdk/enhanced/dynamodb/DynamoDbAsyncTable.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...amazon/awssdk/enhanced/dynamodb/DynamoDbTable.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...odb/internal/client/DefaultDynamoDbAsyncTable.java 76.92% <100.00%> (+0.60%) 0.00 <0.00> (ø)
...dynamodb/internal/client/DefaultDynamoDbTable.java 75.86% <100.00%> (+0.86%) 0.00 <0.00> (ø)
...modb/internal/operations/DeleteTableOperation.java 100.00% <100.00%> (ø) 0.00 <0.00> (?)
...k/core/pagination/async/ResponsesSubscription.java 72.00% <0.00%> (-16.00%) 0.00% <0.00%> (ø%)
...mazon/awssdk/utils/internal/MappingSubscriber.java 82.75% <0.00%> (-6.90%) 0.00% <0.00%> (ø%)
...ssdk/core/internal/async/FileAsyncRequestBody.java 81.13% <0.00%> (-2.84%) 0.00% <0.00%> (ø%)
...ty/internal/IdleConnectionCountingChannelPool.java 85.36% <0.00%> (-2.44%) 0.00% <0.00%> (ø%)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f40637...558605c. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/maven/commons-codec-commons-codec-1.15 branch 6 times, most recently from 94b0ab1 to 60b2b8e Compare April 30, 2021 18:43
@dependabot dependabot bot force-pushed the dependabot/maven/commons-codec-commons-codec-1.15 branch 10 times, most recently from e396b33 to 13fe4ba Compare May 7, 2021 18:34
@dependabot dependabot bot force-pushed the dependabot/maven/commons-codec-commons-codec-1.15 branch 2 times, most recently from 1042447 to afff3b1 Compare May 10, 2021 17:35
@dependabot dependabot bot force-pushed the dependabot/maven/commons-codec-commons-codec-1.15 branch from afff3b1 to 558605c Compare May 10, 2021 18:38
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@zoewangg zoewangg closed this May 10, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/commons-codec-commons-codec-1.15 branch May 10, 2021 20:02
aws-sdk-java-automation pushed a commit that referenced this pull request Mar 31, 2023
…fd7fec5ce

Pull request: release <- staging/5a2c5b61-1c50-45bb-a085-9bffd7fec5ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants