Skip to content

Commit 9bf820b

Browse files
authored
chore(deps): bump io.undertow:undertow-core from 2.3.23.Final to 2.3.24.Final [skip ci]
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.23.Final to 2.3.24.Final. Commits * [`f3da6fc`](undertow-io/undertow@f3da6fc) Prepare 2.3.24.Final * [`016557e`](undertow-io/undertow@016557e) Merge pull request [#1940](https://redirect.github.com/undertow-io/undertow/issues/1940) from fl4via/UNDERTOW-2611\_2.3.x * [`9ccf07b`](undertow-io/undertow@9ccf07b) [UNDERTOW-2611] Ensure max-request-size of a Multipart servlet can override a... * [`3ac0e23`](undertow-io/undertow@3ac0e23) Merge pull request [#1935](https://redirect.github.com/undertow-io/undertow/issues/1935) from baranowb/UNDERTOW-2603\_2.3.x * [`d83f128`](undertow-io/undertow@d83f128) [UNDERTOW-2603] Fix double cookie on quoted value * [`7fec1a6`](undertow-io/undertow@7fec1a6) Merge pull request [#1927](https://redirect.github.com/undertow-io/undertow/issues/1927) from fl4via/backport-fixes\_2.3.x * [`92bdd67`](undertow-io/undertow@92bdd67) [UNDERTOW-2536] Fix include parameters on error and add rudimentary test * [`0fde4fd`](undertow-io/undertow@0fde4fd) [UNDERTOW-2575] Add flush before socket close on write timeout * [`a5d0172`](undertow-io/undertow@a5d0172) [UNDERTOW-2521] Rename AjpClientConnection#connection to avoid confusion * [`5cfe721`](undertow-io/undertow@5cfe721) [UNDERTOW-2705] Fix Http2ServerConnection.pushResource, where the default MAX... * Additional commits viewable in [compare view](undertow-io/undertow@2.3.23.Final...2.3.24.Final) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.undertow:undertow-core&package-manager=maven&previous-version=2.3.23.Final&new-version=2.3.24.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)
2 parents 5155d23 + c516e73 commit 9bf820b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<awaitility.version>4.3.0</awaitility.version>
8888
<json-path.version>3.0.0</json-path.version>
8989
<slf4j.version>2.0.17</slf4j.version>
90-
<undertow-core.version>2.3.23.Final</undertow-core.version>
90+
<undertow-core.version>2.3.24.Final</undertow-core.version>
9191
<jboss-threads.version>3.9.2</jboss-threads.version>
9292
<mockito-core.version>5.23.0</mockito-core.version>
9393
<neo4j-driver.version>6.0.3</neo4j-driver.version>

0 commit comments

Comments
 (0)