Skip to content

Commit

Permalink
Merge pull request #536 from navikt/dependabot/gradle/org.yaml-snakey…
Browse files Browse the repository at this point in the history
…aml-2.2

chore(deps): bump org.yaml:snakeyaml from 2.0 to 2.2
  • Loading branch information
ybelMekk authored Sep 1, 2023
2 parents 798fd81 + 1aad34f commit 0d16efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-test:$springBootVersion")
constraints {
testImplementation("org.yaml:snakeyaml:2.0") {
testImplementation("org.yaml:snakeyaml:2.2") {
because("previous versions have security vulnerabilities")
}
add("api", "com.squareup.okio:okio") {
Expand Down

0 comments on commit 0d16efd

Please sign in to comment.