Fix Jetty multipart client support with Java 25

Closes gh-35531
This commit is contained in:
Sébastien Deleuze
2025-10-21 12:46:17 +02:00
parent 79795c8e09
commit 3bedf42fbc
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies {
api(platform("org.apache.groovy:groovy-bom:5.0.1"))
api(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
api(platform("org.assertj:assertj-bom:3.27.6"))
api(platform("org.eclipse.jetty:jetty-bom:12.1.2"))
api(platform("org.eclipse.jetty:jetty-bom:12.1.3"))
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))