We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f437ad commit cf0a486Copy full SHA for cf0a486
framework-platform/framework-platform.gradle
@@ -17,7 +17,7 @@ dependencies {
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"))
20
- api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.5.1"))
+ 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"))
23
0 commit comments