Skip to content

Commit

Permalink
Bump snakeyaml to 2.0 (#1513)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq authored Apr 28, 2023
1 parent 2c2e257 commit 697febf
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 @@ -81,7 +81,7 @@ configurations.all {
force "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
force "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.4"
force "org.yaml:snakeyaml:1.32"
force "org.yaml:snakeyaml:2.0"
}
}

Expand Down

0 comments on commit 697febf

Please sign in to comment.