Skip to content

Commit 5ac1023

Browse files
amkharAman Khare
andauthored
Bumped snakeyaml version to address CVE-2022-25857 (#537)
Signed-off-by: Aman Khare <amkhar@amazon.com> Signed-off-by: Aman Khare <amkhar@amazon.com> Co-authored-by: Aman Khare <amkhar@amazon.com>
1 parent 81c2002 commit 5ac1023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ configurations.all {
121121
force 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
122122
force 'org.apache.httpcomponents.client5:httpclient5-osgi:5.0.3'
123123
force 'com.fasterxml.jackson.core:jackson-databind:2.12.6'
124-
force 'org.yaml:snakeyaml:1.26'
124+
force 'org.yaml:snakeyaml:1.31'
125125
force 'org.codehaus.plexus:plexus-utils:3.0.24'
126126
}
127127
}

0 commit comments

Comments
 (0)