chore(deps): update upper bound dependencies file#12939
Open
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Open
chore(deps): update upper bound dependencies file#12939renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
renovate-bot wants to merge 1 commit intogoogleapis:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates several dependency versions, including gson, guava, commons-codec, and httpclient5. A potential issue was identified regarding the update of httpclient5 to 5.6.1 without a corresponding update to httpcore5, which may lead to binary incompatibilities or runtime errors.
| org.apache.httpcomponents:httpclient,httpcomponents.httpclient=4.5.14 | ||
| org.apache.httpcomponents:httpcore,httpcomponents.httpcore=4.4.16 | ||
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6 | ||
| org.apache.httpcomponents.client5:httpclient5,apache-httpclient-5=5.6.1 |
Contributor
There was a problem hiding this comment.
Updating httpclient5 to 5.6.1 while leaving httpcore5 at 5.4.2 (line 40) may lead to binary incompatibilities or NoSuchMethodError at runtime. These components are part of the same project and are typically updated in tandem to ensure compatibility. Please verify if httpcore5 also needs to be updated to a version compatible with HttpClient 5.6.1 (e.g., 5.6.x or 5.5.x).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13.2→2.14.033.5.0-jre→33.6.0-jre1.21.0→1.22.05.6→5.6.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/commons-codec (commons-codec:commons-codec)
v1.22.0The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.0.
The Apache Commons Codec component contains encoders and decoders for
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.
This is a feature and maintenance release. Java 8 or later is required.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.