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 3fba265 commit 4791565Copy full SHA for 4791565
framework-platform/framework-platform.gradle
@@ -16,7 +16,7 @@ dependencies {
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"))
19
- api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0.beta3"))
+ api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.0"))
20
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
22
api(platform("org.junit:junit-bom:5.13.4"))
0 commit comments