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 40544e0 commit 2b04df0Copy full SHA for 2b04df0
framework-platform/framework-platform.gradle
@@ -16,8 +16,8 @@ dependencies {
16
api(platform("org.apache.groovy:groovy-bom:4.0.29"))
17
api(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
18
api(platform("org.assertj:assertj-bom:3.27.6"))
19
- api(platform("org.eclipse.jetty:jetty-bom:12.0.29"))
20
- api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.29"))
+ api(platform("org.eclipse.jetty:jetty-bom:12.0.30"))
+ api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.30"))
21
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
22
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
23
api(platform("org.junit:junit-bom:5.14.1"))
0 commit comments