Skip to content

Commit

Permalink
Use jetty bom to enforce uniform jetty versions (#9016)
Browse files Browse the repository at this point in the history
* fix dependabot alert for jetty-xml
* bom version -> 9.4.56.v2024082
  • Loading branch information
lbergelson authored Oct 23, 2024
1 parent c4860d4 commit dffedfb
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 @@ -369,14 +369,14 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.25'
implementation 'com.squareup.okio:okio:3.9.1'
implementation 'org.codehaus.jettison:jettison:1.5.4'
implementation 'org.eclipse.jetty:jetty-http:9.4.56.v20240826'
implementation 'org.xerial.snappy:snappy-java:1.1.10.4'
}

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

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


Expand Down

0 comments on commit dffedfb

Please sign in to comment.