Skip to content
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

fix(deps): update dependency commons-codec:commons-codec to v1.17.0 #3154

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
commons-codec:commons-codec (source) 1.16.1 -> 1.17.0 age adoption passing confidence

Release Notes

apache/commons-codec (commons-codec:commons-codec)

v1.17.0

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


PR-Codex overview

This PR updates the commons-codec dependency version to 1.17.0.

Detailed summary

  • Updated commons-codec dependency version from 1.16.1 to 1.17.0.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@@ -132,7 +132,7 @@ SOFTWARE.
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
<dependency>
<groupId>org.twdata.maven</groupId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff shows a change in the version of the 'commons-codec' dependency in a Maven configuration file (pom.xml). The version is updated from '1.16.1' to '1.17.0'.

Assuming that the newer version '1.17.0' is existing and compatible with the rest of your project, no confusions or irregularities can be identified in this diff. Nevertheless, always make sure to perform the necessary end-to-end testing after such changes to confirm they haven't introduced unexpected issues.

@yegor256
Copy link
Member

@rultor please, try to merge, since 20 checks have passed

@rultor
Copy link
Contributor

rultor commented Apr 27, 2024

@rultor please, try to merge, since 20 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 1344b70 into master Apr 27, 2024
21 checks passed
@renovate renovate bot deleted the renovate/commons-codec-commons-codec-1.x branch April 27, 2024 17:52
@rultor
Copy link
Contributor

rultor commented Apr 27, 2024

@rultor please, try to merge, since 20 checks have passed

@yegor256 Done! FYI, the full log is here (took me 17min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants