Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2023
1 parent 463fddf commit f557dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath("org.yaml:snakeyaml:2.0")
classpath("org.yaml:snakeyaml:2.2")
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:5.1.10"
}
}
Expand Down

0 comments on commit f557dd1

Please sign in to comment.