Skip to content

Commit 5d2314f

Browse files
Merge pull request #273 from bennesp/renovate/jackson-monorepo
Update jackson monorepo to v2.21.2
2 parents 341719e + e402e23 commit 5d2314f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
// json-schema-inferrer and its dependencies with non-vulnerable versions
4141
implementation("com.github.saasquatch:json-schema-inferrer:0.2.1")
4242
implementation("org.yaml:snakeyaml:2.6")
43-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
44-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.1")
43+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
44+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.21.2")
4545

4646
// Cx78f40514-81ff: the vulnerable function is not used
4747
implementation("commons-validator:commons-validator:1.10.1")

0 commit comments

Comments
 (0)