Skip to content

Commit

Permalink
Update dependency org.yaml:snakeyaml to v2.3 (#127)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent d65ac17 commit 0bd88be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {

dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2")
implementation("org.yaml:snakeyaml:2.2")
implementation("org.yaml:snakeyaml:2.3")
}

0 comments on commit 0bd88be

Please sign in to comment.