We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061e587 commit 30f2456Copy full SHA for 30f2456
1 file changed
src/bom-thirdparty/build.gradle.kts
@@ -28,7 +28,7 @@ javaPlatform {
28
dependencies {
29
api(platform("org.apache.groovy:groovy-bom:5.0.4"))
30
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
31
- api(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
+ api(platform("com.fasterxml.jackson:jackson-bom:2.21.2"))
32
33
constraints {
34
// api means "the dependency is for both compilation and runtime"
0 commit comments