Skip to content

Commit

Permalink
Upgrade Snakeyml and Jackson (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Sooraj Sinha <[email protected]>
(cherry picked from commit bf7ac76)
  • Loading branch information
soosinha authored Oct 4, 2022
1 parent c3d6f62 commit c57092e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ configurations.all {
force 'org.apache.httpcomponents:httpclient-osgi:4.5.13'
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:2.10.4'
force 'org.yaml:snakeyaml:1.26'
force 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
force 'org.yaml:snakeyaml:1.32'
force 'org.codehaus.plexus:plexus-utils:3.0.24'
}
}
Expand Down

0 comments on commit c57092e

Please sign in to comment.