Skip to content

Commit

Permalink
Update jetty to 12.0.7 (#1837)
Browse files Browse the repository at this point in the history
The main reason why we need this update is the bug reported here: jetty/jetty.project#11372. Version 12.0.7 includes a fix for this bug.
  • Loading branch information
piotrrzysko authored Mar 14, 2024
1 parent 8c9e700 commit acf7b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
guava : '23.0',
jackson : '2.15.2',
jersey : '3.1.2',
jetty : '12.0.5',
jetty : '12.0.7',
curator : '5.4.0',
dropwizard_metrics: '4.1.0',
micrometer_metrics: '1.11.1',
Expand Down

0 comments on commit acf7b38

Please sign in to comment.