We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e46cf commit 4bb191dCopy full SHA for 4bb191d
framework-platform/framework-platform.gradle
@@ -15,7 +15,7 @@ dependencies {
15
api(platform("org.apache.groovy:groovy-bom:4.0.27"))
16
api(platform("org.apache.logging.log4j:log4j-bom:3.0.0-beta3"))
17
api(platform("org.assertj:assertj-bom:3.27.3"))
18
- api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta1"))
+ api(platform("org.eclipse.jetty:jetty-bom:12.1.0.beta2"))
19
api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta1"))
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
0 commit comments