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 d81f1a5 commit d6fbe25Copy full SHA for d6fbe25
framework-platform/framework-platform.gradle
@@ -21,7 +21,7 @@ dependencies {
21
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.9.0"))
22
api(platform("org.junit:junit-bom:6.0.0"))
23
api(platform("org.mockito:mockito-bom:5.19.0"))
24
- api(platform("tools.jackson:jackson-bom:3.0.0-rc10"))
+ api(platform("tools.jackson:jackson-bom:3.0.0"))
25
26
constraints {
27
api("com.fasterxml:aalto-xml:1.3.3")
0 commit comments