Skip to content

Commit

Permalink
Update snakeyaml to version 2.0 (#819) (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <[email protected]>
(cherry picked from commit b65cb38)

Co-authored-by: Rishabh Maurya <[email protected]>
  • Loading branch information
1 parent f9e9c6b commit 59b1483
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 @@ -77,7 +77,7 @@ configurations.all {
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
force "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
force 'org.yaml:snakeyaml:1.32'
force 'org.yaml:snakeyaml:2.0'
force 'org.codehaus.plexus:plexus-utils:3.0.24'
// This is required as the core test framework updated to depend on a newer version and conflicts with the version used by mockito
force "net.bytebuddy:byte-buddy:1.14.3"
Expand Down

0 comments on commit 59b1483

Please sign in to comment.