We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4860d4 commit dffedfbCopy full SHA for dffedfb
build.gradle
@@ -369,14 +369,14 @@ dependencies {
369
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.25'
370
implementation 'com.squareup.okio:okio:3.9.1'
371
implementation 'org.codehaus.jettison:jettison:1.5.4'
372
- implementation 'org.eclipse.jetty:jetty-http:9.4.56.v20240826'
373
implementation 'org.xerial.snappy:snappy-java:1.1.10.4'
374
}
375
376
//use netty bom to enforce same netty version
377
//this upgrades all transitive netty dependencies without adding a direct dependency on netty
378
implementation platform('io.netty:netty-bom:4.1.114.Final')
379
+ implementation platform('org.eclipse.jetty:jetty-bom:9.4.56.v20240826')
380
/************************************************************************************************/
381
382
0 commit comments