Skip to content

Commit

Permalink
fix(deps): update jetty12.version to v12.0.15 (release/5.0.x) (patch) (
Browse files Browse the repository at this point in the history
…#4620)

* fix(deps): update jetty12.version to v12.0.15

* Fix InstrumentedEE10HandlerTest after upgrade to Jetty 12.0.5

Refs #4619

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jochen Schalanda <[email protected]>
  • Loading branch information
renovate[bot] and joschi authored Nov 27, 2024
1 parent 5f98abc commit 4ef1e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public void onError(Throwable throwable) {
}
}
);
servletContextRequest.getHttpOutput().run();
servletContextRequest.getHttpOutput().writeCallback();
} catch (IOException e) {
context.complete();
servletContextRequest.getServletChannel().handle();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<jetty10.version>10.0.24</jetty10.version>
<jetty11.version>11.0.24</jetty11.version>
<jetty12.version>12.0.14</jetty12.version>
<jetty12.version>12.0.15</jetty12.version>
<servlet6.version>6.1.0</servlet6.version>
<slf4j.version>2.0.16</slf4j.version>
<assertj.version>3.26.3</assertj.version>
Expand Down

0 comments on commit 4ef1e91

Please sign in to comment.