Skip to content

Commit 05cac09

Browse files
Merge pull request #229 from bennesp/renovate/jackson-monorepo
Update jackson monorepo to v2.20.1
2 parents 88d4dc1 + 9914f24 commit 05cac09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5")
43-
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.0")
44-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.0")
43+
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
44+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.20.1")
4545

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

0 commit comments

Comments
 (0)