File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -369,14 +369,14 @@ dependencies {
369
369
implementation ' org.jetbrains.kotlin:kotlin-stdlib:1.9.25'
370
370
implementation ' com.squareup.okio:okio:3.9.1'
371
371
implementation ' org.codehaus.jettison:jettison:1.5.4'
372
- implementation ' org.eclipse.jetty:jetty-http:9.4.56.v20240826'
373
372
implementation ' org.xerial.snappy:snappy-java:1.1.10.4'
374
373
}
375
374
376
375
// use netty bom to enforce same netty version
377
376
// this upgrades all transitive netty dependencies without adding a direct dependency on netty
378
377
implementation platform(' io.netty:netty-bom:4.1.114.Final' )
379
378
379
+ implementation platform(' org.eclipse.jetty:jetty-bom:9.4.56.v20240826' )
380
380
/* ***********************************************************************************************/
381
381
382
382
You can’t perform that action at this time.
0 commit comments