Skip to content

Commit dffedfb

Browse files
authored
Use jetty bom to enforce uniform jetty versions (#9016)
* fix dependabot alert for jetty-xml * bom version -> 9.4.56.v2024082
1 parent c4860d4 commit dffedfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,14 +369,14 @@ dependencies {
369369
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.25'
370370
implementation 'com.squareup.okio:okio:3.9.1'
371371
implementation 'org.codehaus.jettison:jettison:1.5.4'
372-
implementation 'org.eclipse.jetty:jetty-http:9.4.56.v20240826'
373372
implementation 'org.xerial.snappy:snappy-java:1.1.10.4'
374373
}
375374

376375
//use netty bom to enforce same netty version
377376
//this upgrades all transitive netty dependencies without adding a direct dependency on netty
378377
implementation platform('io.netty:netty-bom:4.1.114.Final')
379378

379+
implementation platform('org.eclipse.jetty:jetty-bom:9.4.56.v20240826')
380380
/************************************************************************************************/
381381

382382

0 commit comments

Comments
 (0)