Skip to content

Commit 7cc0715

Browse files
committed
Update jackson monorepo to v2.18.1
1 parent 4a2f91e commit 7cc0715

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

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

0 commit comments

Comments
 (0)