Skip to content

Commit b461daa

Browse files
authored
Merge pull request #17 from bennesp/dependabot/gradle/com.fasterxml.jackson.dataformat-jackson-dataformat-yaml-2.15.0
Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.14.2 to 2.15.0
2 parents c53aae2 + e3210f0 commit b461daa

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
@@ -41,7 +41,7 @@ dependencies {
4141

4242
// CVE-2022-1471: https://github.com/FasterXML/jackson-dataformats-text/issues/361
4343
// CVE-2022-41854: ???
44-
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2")
44+
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.0")
4545

4646
// Cx78f40514-81ff: the vulnerable function is not used
4747
@Suppress("VulnerableLibrariesLocal")

0 commit comments

Comments
 (0)