Skip to content

Commit

Permalink
Update snakeyaml to version 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
  • Loading branch information
rishabhmaurya committed Jun 22, 2023
1 parent f9e9c6b commit 02810de
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 02810de

Please sign in to comment.