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 13be54a commit eb65df0Copy full SHA for eb65df0
framework-platform/framework-platform.gradle
@@ -21,7 +21,7 @@ dependencies {
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.1"))
22
api(platform("org.junit:junit-bom:5.12.2"))
23
api(platform("org.mockito:mockito-bom:5.17.0"))
24
- api(platform("tools.jackson:jackson-bom:3.0.0-rc4"))
+ api(platform("tools.jackson:jackson-bom:3.0.0-rc5"))
25
26
constraints {
27
api("com.fasterxml:aalto-xml:1.3.2")
0 commit comments