Skip to content

Commit 97cf1ed

Browse files
Merge pull request #185 from bennesp/renovate/jackson-monorepo
Update jackson monorepo to v2.18.3
2 parents 319e25b + 5d32fcd commit 97cf1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.gradle.kts

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

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

0 commit comments

Comments
 (0)