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 a5a0840 commit 395ddd2Copy full SHA for 395ddd2
framework-platform/framework-platform.gradle
@@ -15,8 +15,8 @@ dependencies {
15
api(platform("org.apache.groovy:groovy-bom:5.0.2"))
16
api(platform("org.apache.logging.log4j:log4j-bom:2.25.1"))
17
api(platform("org.assertj:assertj-bom:3.27.6"))
18
- api(platform("org.eclipse.jetty:jetty-bom:12.1.3"))
19
- api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.3"))
+ api(platform("org.eclipse.jetty:jetty-bom:12.1.4"))
+ api(platform("org.eclipse.jetty.ee11:jetty-ee11-bom:12.1.4"))
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:6.0.1"))
0 commit comments