Skip to content

Commit 30f2456

Browse files
renovate-botvlsi
authored andcommitted
fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.21.2
1 parent 061e587 commit 30f2456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bom-thirdparty/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ javaPlatform {
2828
dependencies {
2929
api(platform("org.apache.groovy:groovy-bom:5.0.4"))
3030
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.10.2"))
31-
api(platform("com.fasterxml.jackson:jackson-bom:2.20.1"))
31+
api(platform("com.fasterxml.jackson:jackson-bom:2.21.2"))
3232

3333
constraints {
3434
// api means "the dependency is for both compilation and runtime"

0 commit comments

Comments
 (0)