We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0a486 commit c564f27Copy full SHA for c564f27
framework-platform/framework-platform.gradle
@@ -16,7 +16,7 @@ dependencies {
16
api(platform("org.apache.groovy:groovy-bom:4.0.13"))
17
api(platform("org.apache.logging.log4j:log4j-bom:2.20.0"))
18
api(platform("org.eclipse.jetty:jetty-bom:11.0.15"))
19
- api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.2"))
+ api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3"))
20
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0"))
21
api(platform("org.junit:junit-bom:5.10.0"))
22
api(platform("org.mockito:mockito-bom:5.4.0"))
0 commit comments