We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a91f26 commit 0dbae87Copy full SHA for 0dbae87
build.gradle.kts
@@ -39,7 +39,7 @@ dependencies {
39
40
// json-schema-inferrer and its dependencies with non-vulnerable versions
41
implementation("com.github.saasquatch:json-schema-inferrer:0.2.0")
42
- implementation("org.yaml:snakeyaml:2.1")
+ implementation("org.yaml:snakeyaml:2.2")
43
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
44
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
45
0 commit comments