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

Force commons-codec to v1.13 #1548

Merged
merged 1 commit into from Oct 13, 2023
Merged

Force commons-codec to v1.13 #1548

merged 1 commit into from Oct 13, 2023

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Oct 13, 2023

Resolves #1535

Forces the commons-codec transitive dependency of org.apache.httpcomponents:httpclient:4.5.13 to v1.13 to eliminate a vulnerability.

The dependency tree of httpclient for the shadowIntoJar config now look like:

+--- org.apache.httpcomponents:httpclient:4.5.13
|    +--- org.apache.httpcomponents:httpcore:4.4.13
|    +--- commons-logging:commons-logging:1.2
|    \--- commons-codec:commons-codec:1.11 -> 1.13

@jtduffy jtduffy requested a review from a team October 13, 2023 16:41
@jtduffy jtduffy merged commit ed52520 into main Oct 13, 2023
103 checks passed
@jtduffy jtduffy deleted the 1535-commons-codec branch October 13, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Upgrade transitive dependency: commons-codec:1.11 pulled in via httpclient:4.5.13
3 participants