override versions of groovy and netty to solve security issues#1955
Merged
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
mergify Bot
added a commit
that referenced
this pull request
May 24, 2026
….Final [skip ci] Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.4.0.Final to 2.4.1.Final. Release notes *Sourced from [io.undertow:undertow-core's releases](https://github.com/undertow-io/undertow/releases).* > v.2.4.1.Final > ------------- > > Release [2.4.1.Final](https://redhat.atlassian.net/projects/UNDERTOW/versions/83343) > Full list of Jiras: [view in Jira](https://redhat.atlassian.net/issues/?jql=fixVersion%20%3D%2083343%20ORDER%20BY%20created%20ASC) > > ``` > # Release notes - Undertow - 2.4.1.Final > ``` > > ### Bug > > [UNDERTOW-2763](https://redhat.atlassian.net/browse/UNDERTOW-2763) As per RFC9112 reason-phrase is optional in HTTP 1.1 responses > > ### Enhancement > > [UNDERTOW-2759](https://redhat.atlassian.net/browse/UNDERTOW-2759) Enable testing in JDK25 > > [UNDERTOW-2767](https://redhat.atlassian.net/browse/UNDERTOW-2767) [2.4.x] UndertowMessages at core uses the wrong message id for fixes in new parser Commits * [`3e2cfbc`](undertow-io/undertow@3e2cfbc) Prepare 2.4.1.Final * [`6bea2c2`](undertow-io/undertow@6bea2c2) Merge pull request [#1966](https://redirect.github.com/undertow-io/undertow/issues/1966) from fl4via/UNDERTOW-2767 * [`4dbcdca`](undertow-io/undertow@4dbcdca) Merge pull request [#1952](https://redirect.github.com/undertow-io/undertow/issues/1952) from ropalka/UNDERTOW-2763 * [`366af17`](undertow-io/undertow@366af17) [UNDERTOW-2767] Move UndertowMessages.tooManyPathParameters from message id 2... * [`12a2445`](undertow-io/undertow@12a2445) Merge pull request [#1955](https://redirect.github.com/undertow-io/undertow/issues/1955) from fl4via/UNDERTOW-2611\_2.4.x * [`8334977`](undertow-io/undertow@8334977) [UNDERTOW-2611] Ensure max-request-size of a Multipart servlet can override a... * [`a8bfac2`](undertow-io/undertow@a8bfac2) [UNDERTOW-2763] As per RFC 9112 reason phrase is optional in HTTP responses * [`2ab6e54`](undertow-io/undertow@2ab6e54) Next is 2.4.1.Final * See full diff in [compare view](undertow-io/undertow@2.4.0.Final...2.4.1.Final) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
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.
What does this PR do?
Overrides the provided versions of groovy, commons-config and netty to solve security issues
Motivation
to resolve security issues highlighted by Meterian
Checklist
mvn clean packagecommand