Skip to content

Commit 753dfc0

Browse files
Merge pull request #194 from bennesp/renovate/jackson-monorepo
Update jackson monorepo to v2.19.0
2 parents 82bac9f + 0340109 commit 753dfc0

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

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

0 commit comments

Comments
 (0)