Skip to content

Commit

Permalink
chore(sql): Upgrade snakeyml to a non CVE version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Mar 25, 2024
1 parent 5efaa8d commit 484c34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keel-sql/keel-sql.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
liquibaseRuntime(platform("io.spinnaker.kork:kork-bom:${korkVersion}"))
liquibaseRuntime("org.liquibase:liquibase-core:4.24.0")
liquibaseRuntime("ch.qos.logback:logback-classic:1.2.3")
liquibaseRuntime("org.yaml:snakeyaml:1.27")
liquibaseRuntime("org.yaml:snakeyaml:1.31")
liquibaseRuntime("mysql:mysql-connector-java")
}

Expand Down

0 comments on commit 484c34b

Please sign in to comment.