Skip to content

Commit

Permalink
IS: Upgrade snakeyaml transitive dependency (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikdahlen authored Oct 16, 2023
1 parent 74cfb66 commit c345134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ dependencies {
}
}
implementation("org.yaml:snakeyaml") {
because("io.confluent:kafka-schema-registry:${Versions.confluent} -> https://advisory.checkmarx.net/advisory/vulnerability/CVE-2022-25857/")
because("io.confluent:kafka-schema-registry:${Versions.confluent} -> https://nvd.nist.gov/vuln/detail/CVE-2022-1471")
version {
require("1.33")
require("2.0")
}
}
implementation("org.glassfish:jakarta.el") {
Expand Down

0 comments on commit c345134

Please sign in to comment.