Skip to content

Commit 0dbae87

Browse files
committed
Update dependency org.yaml:snakeyaml to v2.2
1 parent 1a91f26 commit 0dbae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939

4040
// json-schema-inferrer and its dependencies with non-vulnerable versions
4141
implementation("com.github.saasquatch:json-schema-inferrer:0.2.0")
42-
implementation("org.yaml:snakeyaml:2.1")
42+
implementation("org.yaml:snakeyaml:2.2")
4343
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
4444
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
4545

0 commit comments

Comments
 (0)